Index: content/renderer/media/video_capture_impl_manager.h |
=================================================================== |
--- content/renderer/media/video_capture_impl_manager.h (revision 193973) |
+++ content/renderer/media/video_capture_impl_manager.h (working copy) |
@@ -42,6 +42,10 @@ |
virtual void RemoveDevice(media::VideoCaptureSessionId id, |
media::VideoCapture::EventHandler* handler); |
+ // Make all existing VideoCaptureImpl instances stop/resume delivering |
+ // video frames to their clients, depends on flag |suspend|. |
+ virtual void SuspendDevices(bool suspend); |
+ |
VideoCaptureMessageFilter* video_capture_message_filter() const { |
return filter_; |
} |