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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Fix mojo::MakeRequest(&device) happening after base::Passed(&device). 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: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 888c43ecf34b30abb1dbffa8fc287307b4dedbd9..300a471aab7f4d2e2ab35c3ca53eda72a873f103 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -78,7 +78,8 @@
"barcode_detection",
"face_detection",
"text_detection"
- ]
+ ],
+ "video_capture": [ "production" ]
mcasas 2017/05/10 02:33:33 "Production" ?
chfremer 2017/05/10 17:59:40 Is this about upper-case vs. lower-case? It seems
mcasas 2017/05/10 18:15:44 My concern is that "production" does not seem to c
chfremer 2017/05/10 21:08:05 Done.
}
},
"navigation:frame": {

Powered by Google App Engine
This is Rietveld 408576698