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

Unified Diff: content/public/app/mojo/content_renderer_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_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index ae7ea2ad614991772efb6250c67c3910f81978ac..69deec4a88eff501c13355af7851c68a60e3689e 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -4,7 +4,6 @@
"display_name": "Content Renderer",
"capabilities": {
"provided": {
- "all_interfaces": [ "*" ],
"browser": [
"content::mojom::EmbeddedWorkerInstanceClient",
"content::mojom::EmbeddedWorkerSetup",
@@ -18,7 +17,7 @@
"required": {
// Remove this once http://crbug.com/632818 is fixed.
"exe:content_browser": {
- "classes": [ "web" ]
+ "classes": [ "renderer" ]
},
"mojo:ui": {
"interfaces": [
« no previous file with comments | « content/public/app/mojo/content_gpu_manifest.json ('k') | content/public/app/mojo/content_utility_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698