| Index: ash/sysui/manifest.json
|
| diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json
|
| index b56731662a6167ee13a8fbea2c70a66a812b102b..9a6d0db157888f0358f7a509c6ddc65cb573007b 100644
|
| --- a/ash/sysui/manifest.json
|
| +++ b/ash/sysui/manifest.json
|
| @@ -5,14 +5,8 @@
|
| "capabilities": {
|
| "required": {
|
| "*": { "classes": [ "app" ] },
|
| - "mojo:ash": {
|
| - "interfaces": [
|
| - "ash::mojom::ShelfLayout",
|
| - "ash::mojom::UserWindowController"
|
| - ]
|
| - },
|
| "exe:chrome" : {
|
| - "interfaces": [ "ash::sysui::mojom::WallpaperManager" ],
|
| + "interfaces": [ "ash::mojom::WallpaperManager" ],
|
| "classes": [ "app_list:presenter" ]
|
| }
|
| }
|
|
|