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

Unified Diff: media/capture/video/video_capture_device_factory.h

Issue 2802553002: Revert of [Mojo Video Capture] Introduce abstraction VideoCaptureSystem (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
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/video/video_capture_device_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/video_capture_device_factory.h
diff --git a/media/capture/video/video_capture_device_factory.h b/media/capture/video/video_capture_device_factory.h
index f0b9b09e413cc4ab61d5f3c8eedb79aeffbc3437..49d9519fee9bbb57d2a3ca84029db4cea2f6a2ff 100644
--- a/media/capture/video/video_capture_device_factory.h
+++ b/media/capture/video/video_capture_device_factory.h
@@ -36,8 +36,6 @@
const VideoCaptureDeviceDescriptor& device_descriptor) = 0;
// Asynchronous version of GetDeviceDescriptors calling back to |callback|.
- // TODO(chfremer): Consider removing this if none of the implementations
- // overrides it. See crbug.com/708233.
virtual void EnumerateDeviceDescriptors(
const base::Callback<
void(std::unique_ptr<VideoCaptureDeviceDescriptors>)>& callback);
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/video/video_capture_device_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698