Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / utility / media_galleries / ipc_data_source.h
index c65c457..6fb3b76 100644 (file)
@@ -32,7 +32,7 @@ class IPCDataSource: public media::DataSource,
 
   // Implementation of DataSource. These methods may be called on any single
   // thread. First usage of these methods attaches a thread checker.
-  virtual void Stop(const base::Closure& callback) OVERRIDE;
+  virtual void Stop() OVERRIDE;
   virtual void Read(int64 position, int size, uint8* data,
                     const ReadCB& read_cb) OVERRIDE;
   virtual bool GetSize(int64* size_out) OVERRIDE;