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

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

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)
Patch Set: . Created 3 years, 8 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_plugin_manifest.json
diff --git a/content/public/app/mojo/content_plugin_manifest.json b/content/public/app/mojo/content_plugin_manifest.json
index 5208278b795cce791244e69d27ff207161f54611..ed8f3268cc9a53d65ebbdb452c6e5505b3d69b63 100644
--- a/content/public/app/mojo/content_plugin_manifest.json
+++ b/content/public/app/mojo/content_plugin_manifest.json
@@ -4,7 +4,10 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "browser": [ "IPC::mojom::ChannelBootstrap" ],
+ "browser": [
+ "content::mojom::Child",
+ "IPC::mojom::ChannelBootstrap"
+ ],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"
]
« no previous file with comments | « content/public/app/mojo/content_gpu_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