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

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

Issue 2230283003: Revert of Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
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/public/app/BUILD.gn ('k') | content/public/app/mojo/content_plugin_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 113dd0a196d683ef1e1f51268ee22edb243741a6..e4d7a02412eb7f36f230e00220ab29100b4aec09 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -13,9 +13,8 @@
// We allow the browser to connect to any interfaces exposed by its child
// processes.
+ "exe:content_renderer": { "classes": [ "all_interfaces" ] },
"exe:content_gpu": { "classes": [ "all_interfaces" ] },
- "exe:content_plugin": { "classes": [ "all_interfaces" ] },
- "exe:content_renderer": { "classes": [ "all_interfaces" ] },
"exe:content_utility": { "classes": [ "all_interfaces" ] },
"mojo:shell": {
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/app/mojo/content_plugin_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698