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

Unified Diff: services/video_capture/service_manifest.json

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Incorporate more suggestions from Patch Set 3 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: services/video_capture/service_manifest.json
diff --git a/services/video_capture/service_manifest.json b/services/video_capture/service_manifest.json
index 4e5bffc37d34a73b9c195c8b8392b9851bd8ccae..dfd2c80a52070a2cacd960e06854fddddef4857b 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": [ "*" ],
Ken Rockot(use gerrit already) 2017/05/12 19:29:22 I guess this is OK since you're just updating the
chfremer 2017/05/12 23:30:21 Done.
"tests": [ "*" ]
},
"requires": {

Powered by Google App Engine
This is Rietveld 408576698