| Index: mojo/dart/packages/mojo_services/lib/input/input.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/input/input.mojom.dart b/mojo/dart/packages/mojo_services/lib/input/input.mojom.dart
|
| index b3cf58f0bdd0841b27d5b1eec9485d282661c73a..3a584683e2873d379148ed21a9fb4af2362e58eb 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/input/input.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/input/input.mojom.dart
|
| @@ -68,8 +68,6 @@ class _InputClientOnBackButtonParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class InputClientOnBackButtonResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -128,8 +126,6 @@ class InputClientOnBackButtonResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _InputServiceSetClientParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -200,13 +196,8 @@ class _InputServiceSetClientParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _InputClient_onBackButtonName = 0;
|
|
|
| -
|
| -
|
| class _InputClientServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -435,8 +426,6 @@ class InputClientStub extends bindings.Stub {
|
|
|
| const int _InputService_setClientName = 0;
|
|
|
| -
|
| -
|
| class _InputServiceServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|