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

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

Issue 2896913002: Reland [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Fixes for test/bot failures. 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
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6f051c57653bb6621e1ba267b8abc5a56eaef732..198a8e382490e459654065d1b8fdf7410ae8b0ec 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -84,7 +84,8 @@
"text_detection"
],
- "resource_coordinator": [ "coordination_unit" ]
+ "resource_coordinator": [ "coordination_unit" ],
+ "video_capture": [ "capture" ]
}
},
"navigation:frame": {
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698