| 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 3bad7b152eec3d3684cbef086c07acd447fccfa2..ed1361aa8d3a28e0db3a3612e5c6b9d18b915dde 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager.h
|
| +++ b/content/browser/renderer_host/media/video_capture_manager.h
|
| @@ -241,7 +241,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();
|
|
|