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

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

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Incorporate suggestions from PatchSet 5 Created 3 years, 7 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_provider.h
diff --git a/content/browser/renderer_host/media/video_capture_provider.h b/content/browser/renderer_host/media/video_capture_provider.h
index f0b72bb33507b60b9a688c0ae1fdd1f3d52c0783..424282d0127b8fbee8814e055327d5c9bdc6c017 100644
--- a/content/browser/renderer_host/media/video_capture_provider.h
+++ b/content/browser/renderer_host/media/video_capture_provider.h
@@ -68,6 +68,8 @@ class LaunchedVideoCaptureDevice
base::OnceClosure done_cb) = 0;
};
+// Note: GetDeviceInfosAsync is only relevant for devices with
+// MediaStreamType == MEDIA_DEVICE_VIDEO_CAPTURE, i.e. camera devices.
class CONTENT_EXPORT VideoCaptureProvider {
public:
virtual ~VideoCaptureProvider() {}

Powered by Google App Engine
This is Rietveld 408576698