Chromium Code Reviews| Index: content/browser/renderer_host/media/video_capture_controller_event_handler.h |
| diff --git a/content/browser/renderer_host/media/video_capture_controller_event_handler.h b/content/browser/renderer_host/media/video_capture_controller_event_handler.h |
| index 58f963c73dc73c8ac541e3affe08e5e2eb3d2008..7e421c64d0b40f7ba52cd3e4656c4f5a5e9999b9 100644 |
| --- a/content/browser/renderer_host/media/video_capture_controller_event_handler.h |
| +++ b/content/browser/renderer_host/media/video_capture_controller_event_handler.h |
| @@ -45,8 +45,8 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler { |
| int height, |
| int frame_rate) = 0; |
| - // The capture session has been paused. No more frame will be sent. |
| - virtual void OnPaused(const VideoCaptureControllerID& id) = 0; |
| + // The capture session has ended and no more more frames will be sent. |
|
wjia(left Chromium)
2013/04/04 17:05:11
nit: remove the extra "more".
perkj_chrome
2013/04/05 09:19:35
Done.
|
| + virtual void OnEnded(const VideoCaptureControllerID& id) = 0; |
| protected: |
| virtual ~VideoCaptureControllerEventHandler() {} |