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

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

Issue 2157143002: Move interface registration to OnConnect in RPH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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_gpu_manifest.json
diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_gpu_manifest.json
index 6946f12206acae97972ffa59e2bdb3c35a0a412e..602a93ab61a90458ff8c469b1eaa7f6957b26f1d 100644
--- a/content/public/app/mojo/content_gpu_manifest.json
+++ b/content/public/app/mojo/content_gpu_manifest.json
@@ -5,6 +5,11 @@
"capabilities": {
"provided": {
"all_interfaces": [ "*" ]
+ },
+ "required": {
+ "exe:content_browser": {
+ "classes": [ "all_interfaces" ]
+ }
}
}
}
« no previous file with comments | « content/public/app/mojo/content_browser_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