| Index: ash/mus/manifest.json
|
| diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
|
| index 17237b66dbf492f4bceb32652752073495193c92..f40dcfb9ca9701913070e9693170643b5022296c 100644
|
| --- a/ash/mus/manifest.json
|
| +++ b/ash/mus/manifest.json
|
| @@ -11,7 +11,10 @@
|
| "mash::wm::mojom::UserWindowController"
|
| ]
|
| },
|
| - "exe:chrome" : { "classes": [ "app_list:presenter" ] }
|
| + "exe:chrome" : { "classes": [ "app_list:presenter" ] },
|
| + "mojo:mus": {
|
| + "interfaces": [ "input_device::mojom::InputDeviceService" ]
|
| + }
|
| }
|
| }
|
| }
|
|
|