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

Unified Diff: services/video_capture/public/interfaces/video_capture_device_factory.mojom

Issue 2244773002: Video Capture Mojo (1.4c): Handle Subsequent Access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart2
Patch Set: rockot's comments Created 4 years, 3 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: services/video_capture/public/interfaces/video_capture_device_factory.mojom
diff --git a/services/video_capture/public/interfaces/video_capture_device_factory.mojom b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
index 4b7aa4ddd7d19300818c0803e0f1ce57ba5a292f..80da4a9a9a0271a438bade6aee3222c496c0dbf4 100644
--- a/services/video_capture/public/interfaces/video_capture_device_factory.mojom
+++ b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
@@ -58,6 +58,9 @@ interface VideoCaptureDeviceFactory {
=> (array<VideoCaptureFormat> supported_formats);
// Provides exclusive access to the device identified by |device_descriptor|.
+ // The access is valid until either the message pipe associated with
+ // |proxy_request| is closed by the client, or a subsequent call to
+ // CreateDeviceProxy() is made.
CreateDeviceProxy(VideoCaptureDeviceDescriptor device_descriptor,
VideoCaptureDeviceProxy& proxy_request)
=> (DeviceAccessResultCode result_code);

Powered by Google App Engine
This is Rietveld 408576698