summaryrefslogtreecommitdiffstats
path: root/media/base/data_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/data_source.h')
-rw-r--r--media/base/data_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/data_source.h b/media/base/data_source.h
index dca1dd3..e0b7373 100644
--- a/media/base/data_source.h
+++ b/media/base/data_source.h
@@ -28,7 +28,7 @@ class MEDIA_EXPORT DataSource {
// Stops the DataSource. Once this is called all future Read() calls will
// return an error.
- virtual void Stop(const base::Closure& callback) = 0;
+ virtual void Stop() = 0;
// Returns true and the file size, false if the file size could not be
// retrieved.