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

Unified Diff: ash/mus/manifest.json

Issue 2335833002: mash: Port ash_sysui app list presenter to mojo:ash. (Closed)
Patch Set: Reorder ShellDelegateMus members. 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
« no previous file with comments | « ash/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index 3665946ec63f7c88d95610e559274d455a0ef72d..c0ae8aba8e13a9ec63b140bcc468f5666d2874b4 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -9,7 +9,10 @@
"required": {
"*": { "classes": [ "accessibility", "app" ] },
"exe:chrome" : {
- "interfaces": [ "ash::mojom::WallpaperManager" ]
+ "interfaces": [
+ "ash::mojom::WallpaperManager",
+ "app_list::mojom::AppListPresenter"
+ ]
},
"mojo:mash_session": {
"interfaces": [ "mash::session::mojom::Session" ]
« no previous file with comments | « ash/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698