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

Unified Diff: ash/mus/manifest.json

Issue 1984433002: Hook up Chrome's wallpaper picker for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 7 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 17237b66dbf492f4bceb32652752073495193c92..77851ecb8f344bc3e1f21a0a449c7eb694ba7628 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -11,7 +11,10 @@
"mash::wm::mojom::UserWindowController"
]
},
- "exe:chrome" : { "classes": [ "app_list:presenter" ] }
+ "exe:chrome" : {
+ "interfaces": [ "ash::mus::mojom::WallpaperManager" ],
+ "classes": [ "app_list:presenter" ]
+ }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698