Chromium Code Reviews| Index: trunk/src/media/base/data_source.h |
| =================================================================== |
| --- trunk/src/media/base/data_source.h (revision 285857) |
| +++ trunk/src/media/base/data_source.h (working copy) |
| @@ -28,7 +28,7 @@ |
| // Stops the DataSource. Once this is called all future Read() calls will |
| // return an error. |
| - virtual void Stop() = 0; |
| + virtual void Stop(const base::Closure& callback) = 0; |
| // Returns true and the file size, false if the file size could not be |
| // retrieved. |