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

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

Issue 2383903003: Control interfaces exposed to the browser from the media service. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | content/public/app/mojo/content_renderer_manifest.json » ('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 1d2d0fee84abb6789910f1bdce8ad6e771af6e3f..05e40d4f1ffd40f105b8be6e475081b4d1fdfb67 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -33,8 +33,6 @@
"required": {
"*": { "classes": [ "app" ] },
- // We allow the browser to connect to any interfaces exposed by its child
- // processes in the "browser" class.
"exe:content_gpu": { "classes": [ "browser" ] },
"exe:content_plugin": { "classes": [ "browser" ] },
"exe:content_renderer": { "classes": [ "browser" ] },
@@ -53,7 +51,7 @@
"user_service::UserService"
]
},
- "mojo:media": { "classes": [ "all_interfaces" ] }
+ "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] }
}
}
}
« no previous file with comments | « no previous file | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698