Chromium Code Reviews| 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" ] |
| + } |
| } |
| } |
| } |