Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: content/browser/renderer_host/media/video_capture_manager.h

Issue 2805863002: Remove VideoCaptureDeviceFactory::EnumerateDeviceDescriptors() (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698