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

Unified Diff: content/public/app/mojo/content_utility_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
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_utility_manifest.json
diff --git a/content/public/app/mojo/content_utility_manifest.json b/content/public/app/mojo/content_utility_manifest.json
index 4cc10f6190e999cc36bf8cae83bafa2237d8b703..ea1dc34f9ccede18193d8e0d0bb1f1e9c0fb74da 100644
--- a/content/public/app/mojo/content_utility_manifest.json
+++ b/content/public/app/mojo/content_utility_manifest.json
@@ -4,7 +4,10 @@
"display_name": "Content Utility",
"capabilities": {
"provided": {
- "browser": [ "IPC::mojom::ChannelBootstrap" ]
+ "browser": [
+ "IPC::mojom::ChannelBootstrap",
+ "shell::mojom::ServiceFactory"
+ ]
}
}
}
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698