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 026af56d561e2856c765c4baa6556a6fc3cd9281..ab2d39b797eb085efd7f19061244312080579a2d 100644 |
--- a/content/browser/renderer_host/media/video_capture_manager.h |
+++ b/content/browser/renderer_host/media/video_capture_manager.h |
@@ -240,8 +240,7 @@ class CONTENT_EXPORT VideoCaptureManager |
// the new devices and sends the new cache to OnDevicesInfoEnumerated(). |
void ConsolidateDevicesInfoOnDeviceThread( |
base::Callback<void(const DeviceInfos&)> on_devices_enumerated_callback, |
- const DeviceInfos& old_device_info_cache, |
- std::unique_ptr<VideoCaptureDeviceDescriptors> descriptors_snapshot); |
+ const DeviceInfos& old_device_info_cache); |
// Checks to see if |controller| has no clients left. If so, remove it from |
// the list of controllers, and delete it asynchronously. |controller| may be |