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

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

Issue 2388523002: Use capability spec to control interfaces exposed between gpu & browser processes. (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
Index: content/public/app/mojo/content_gpu_manifest.json
diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_gpu_manifest.json
index 1e060a1fe9b8ffea0a4f0becedb037d91c0145a3..7d90913d84734939cc8e0462cf26bc7988229796 100644
--- a/content/public/app/mojo/content_gpu_manifest.json
+++ b/content/public/app/mojo/content_gpu_manifest.json
@@ -4,9 +4,10 @@
"display_name": "Content Gpu",
"capabilities": {
"provided": {
- // TODO(beng): Temporary.
- "all_interfaces": [ "*" ],
- "browser": [ "IPC::mojom::ChannelBootstrap" ]
+ "browser": [
+ "IPC::mojom::ChannelBootstrap",
+ "shell::mojom::ServiceFactory"
+ ]
},
"required": {
"exe:content_browser": {
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698