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

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

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Addressed review issues Created 3 years, 10 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 | « chrome/browser/media/output_protection_proxy.cc ('k') | services/ui/display/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 c1dad3233188108bcaea6bd4d75e9fd66c8cba25..d90613907dbc84d9bb9d54e6d25f7b8ed8038ace 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -51,13 +51,14 @@
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],
"content_utility": [ "browser" ],
+ "file": [ "file:filesystem", "file:leveldb" ],
+ "media": [ "media:media" ],
+ "ui": [ "display_output_protection" ],
"service_manager": [
"service_manager:client_process",
"service_manager:instance_name",
"service_manager:user_id"
],
- "file": [ "file:filesystem", "file:leveldb" ],
- "media": [ "media:media" ],
"shape_detection": [
"barcode_detection",
"face_detection"
« no previous file with comments | « chrome/browser/media/output_protection_proxy.cc ('k') | services/ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698