| 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" ]
|
|
|