 Chromium Code Reviews
 Chromium Code Reviews Issue 2867213004:
  [Mojo Video Capture] Hook up video capture service behind a feature flag  (Closed)
    
  
    Issue 2867213004:
  [Mojo Video Capture] Hook up video capture service behind a feature flag  (Closed) 
  | Index: services/video_capture/service_manifest.json | 
| diff --git a/services/video_capture/service_manifest.json b/services/video_capture/service_manifest.json | 
| index 4e5bffc37d34a73b9c195c8b8392b9851bd8ccae..62d76dabf6e864c2c448065b28166045b3b38000 100644 | 
| --- a/services/video_capture/service_manifest.json | 
| +++ b/services/video_capture/service_manifest.json | 
| @@ -4,7 +4,7 @@ | 
| "interface_provider_specs": { | 
| "service_manager:connector": { | 
| "provides": { | 
| - "production": [ "*" ], | 
| + "capture": [ "video_capture::mojom::DeviceFactoryProvider" ], | 
| "tests": [ "*" ] | 
| }, | 
| "requires": { |