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

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

Issue 2255493002: Video Capture Mojo (1.4a.b): Rename interface VideoCaptureDevice to VideoCaptureDeviceProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart1_Part1
Patch Set: Merge-in changes from upstream CL Created 4 years, 4 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 f336ffe605fd5b2e03952ee97f9c156749d232bc..4b7aa4ddd7d19300818c0803e0f1ce57ba5a292f 100644
--- a/services/video_capture/public/interfaces/video_capture_device_factory.mojom
+++ b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
@@ -4,7 +4,7 @@
module video_capture.mojom;
-import "services/video_capture/public/interfaces/video_capture_device.mojom";
+import "services/video_capture/public/interfaces/video_capture_device_proxy.mojom";
import "services/video_capture/public/interfaces/video_capture_format.mojom";
enum VideoCaptureApi {
@@ -58,7 +58,7 @@ interface VideoCaptureDeviceFactory {
=> (array<VideoCaptureFormat> supported_formats);
// Provides exclusive access to the device identified by |device_descriptor|.
- CreateDevice(VideoCaptureDeviceDescriptor device_descriptor,
- VideoCaptureDevice& device_request)
+ CreateDeviceProxy(VideoCaptureDeviceDescriptor device_descriptor,
+ VideoCaptureDeviceProxy& proxy_request)
=> (DeviceAccessResultCode result_code);
};

Powered by Google App Engine
This is Rietveld 408576698