Chromium Code Reviews| Index: ash/sysui/manifest.json |
| diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json |
| index b56731662a6167ee13a8fbea2c70a66a812b102b..856054a16c0abe26c9aef1a44970014c9bfda0aa 100644 |
| --- a/ash/sysui/manifest.json |
| +++ b/ash/sysui/manifest.json |
| @@ -14,6 +14,9 @@ |
| "exe:chrome" : { |
| "interfaces": [ "ash::sysui::mojom::WallpaperManager" ], |
| "classes": [ "app_list:presenter" ] |
| + }, |
| + "mojo:mus": { |
| + "interfaces": [ "input_device::mojom::InputDeviceServer" ] |
| } |
| } |
| } |