| Index: mojo/dart/packages/mojo/lib/mojo/shell.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo/lib/mojo/shell.mojom.dart b/mojo/dart/packages/mojo/lib/mojo/shell.mojom.dart
|
| index 0a569736b795c76c2d1ff9402f1a4a4069b03ce1..ad52f091535ab3887c9babd456cefe91f1bc637f 100644
|
| --- a/mojo/dart/packages/mojo/lib/mojo/shell.mojom.dart
|
| +++ b/mojo/dart/packages/mojo/lib/mojo/shell.mojom.dart
|
| @@ -109,8 +109,6 @@ class _ShellConnectToApplicationParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ShellCreateApplicationConnectorParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -181,14 +179,9 @@ class _ShellCreateApplicationConnectorParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _Shell_connectToApplicationName = 0;
|
| const int _Shell_createApplicationConnectorName = 1;
|
|
|
| -
|
| -
|
| class _ShellServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|