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

Unified Diff: ash/sysui/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/DEPS ('k') | ash/sysui/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/manifest.json
diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json
index 4e6e98aabc00b35820aae62a5d22abd380995745..d005c5ff61e55873ad0226a8c71b22e8ab4aee69 100644
--- a/ash/sysui/manifest.json
+++ b/ash/sysui/manifest.json
@@ -11,7 +11,10 @@
"ash::mojom::UserWindowController"
]
},
- "exe:chrome" : { "classes": [ "app_list:presenter" ] }
+ "exe:chrome" : {
+ "interfaces": [ "ash::sysui::mojom::WallpaperManager" ],
+ "classes": [ "app_list:presenter" ]
+ }
}
}
}
« no previous file with comments | « ash/sysui/DEPS ('k') | ash/sysui/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698