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

Unified Diff: chrome/app/mojo/chrome_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: Add explicit WallpaperLayout enum conversion functions. 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
« no previous file with comments | « ash/sysui/user_wallpaper_delegate_mus.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
index 348898ff330db8c8df60d36d6d93f004a9a29b1b..0e1ab90ba996b8a4fdd33eb6488bfe781b476f6f 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -6,7 +6,10 @@
"required": {
"*": { "classes": [ "app" ] },
"mojo:ash_sysui": {
- "interfaces": [ "mash::shelf::mojom::ShelfController" ]
+ "interfaces": [
+ "ash::sysui::mojom::WallpaperController",
+ "mash::shelf::mojom::ShelfController"
+ ]
}
},
"provided": {
« no previous file with comments | « ash/sysui/user_wallpaper_delegate_mus.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698