| Index: content/browser/renderer_host/media/video_capture_manager.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h
|
| index a1d96a1da53326dc08fd1d1ed0fa369987c6987c..56300ff10f9f57a27bce21ac60e17938eda3d1bf 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager.h
|
| +++ b/content/browser/renderer_host/media/video_capture_manager.h
|
| @@ -271,7 +271,6 @@ class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider {
|
| const media::VideoCaptureParams& params);
|
| void OnDeviceStarted(
|
| int serial_id,
|
| - std::unique_ptr<media::FrameBufferPool> frame_buffer_pool,
|
| std::unique_ptr<VideoCaptureDevice> device);
|
| void DoStopDevice(DeviceEntry* entry);
|
| void HandleQueuedStartRequest();
|
|
|