Chromium Code Reviews| Index: ash/mus/manifest.json |
| diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json |
| index ae3fe9a61656a96b63e0b12061caa25a1136e143..3665946ec63f7c88d95610e559274d455a0ef72d 100644 |
| --- a/ash/mus/manifest.json |
| +++ b/ash/mus/manifest.json |
| @@ -8,6 +8,9 @@ |
| }, |
| "required": { |
| "*": { "classes": [ "accessibility", "app" ] }, |
| + "exe:chrome" : { |
| + "interfaces": [ "ash::mojom::WallpaperManager" ] |
| + }, |
| "mojo:mash_session": { |
| "interfaces": [ "mash::session::mojom::Session" ] |
| }, |