| Index: mojo/services/input/interfaces/input.mojom
|
| diff --git a/mojo/services/input/interfaces/input.mojom b/mojo/services/input/interfaces/input.mojom
|
| index d61ad9d27aab5d5b8568961843c1c0270c7a047e..23458aa22d0dabc07e6a0970576d96c536bdbf83 100644
|
| --- a/mojo/services/input/interfaces/input.mojom
|
| +++ b/mojo/services/input/interfaces/input.mojom
|
| @@ -9,6 +9,7 @@ interface InputClient {
|
| OnBackButton() => ();
|
| };
|
|
|
| +[ServiceName="input::InputService"]
|
| interface InputService {
|
| SetClient(InputClient client);
|
| };
|
|
|