| 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);
|
|
|