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

Unified Diff: ash/mus/manifest.json

Issue 2323063003: mash: Port sysui's WallpaperDelegateMus to mojo:ash. (Closed)
Patch Set: Alternative display info workaround. 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: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index ae3fe9a61656a96b63e0b12061caa25a1136e143..3665946ec63f7c88d95610e559274d455a0ef72d 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -8,6 +8,9 @@
},
"required": {
"*": { "classes": [ "accessibility", "app" ] },
+ "exe:chrome" : {
+ "interfaces": [ "ash::mojom::WallpaperManager" ]
+ },
"mojo:mash_session": {
"interfaces": [ "mash::session::mojom::Session" ]
},

Powered by Google App Engine
This is Rietveld 408576698