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

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

Issue 2183703005: Renderers should obtain browser InterfaceProvider by connecting to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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/content_common.gypi ('k') | 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 5573da52cc6084fb0e55f1a70742a991900bd428..e4d7a02412eb7f36f230e00220ab29100b4aec09 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -4,6 +4,10 @@
"process-group": "browser",
"display_name": "Content Browser",
"capabilities": {
+ // Remove this once http://crbug.com/632818 is fixed.
+ "provided": {
+ "all_interfaces": [ "*" ]
+ },
"required": {
"*": { "classes": [ "app" ] },
@@ -24,7 +28,7 @@
"interfaces": [
"leveldb::mojom::LevelDBService",
"user_service::UserService"
- ]
+ ]
}
}
}
« no previous file with comments | « content/content_common.gypi ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698