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

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

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: Restructure based on feedback 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_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index f5d3d9f8ac8aabc184696dadefd06fa9b6b7249f..a57b655cd15e341f6ecd3fea52487c9747acd553 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -34,6 +34,9 @@
"required": {
"*": { "classes": [ "app" ] },
+ // The browser may connect to itself.
+ "exe:content_browser": { "classes": [ "all_interfaces" ] },
+
// We allow the browser to connect to any interfaces exposed by its child
// processes in the "browser" class.
"exe:content_gpu": { "classes": [ "all_interfaces" ] },

Powered by Google App Engine
This is Rietveld 408576698