| Index: mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart
|
| index 9115771dcf65997f903b9f1a9b477451505b3f25..f378a118c444b95d30ba14c0857d3299f112d086 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart
|
| @@ -87,8 +87,6 @@ class _LocationServiceGetNextLocationParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class LocationServiceGetNextLocationResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -161,9 +159,6 @@ class LocationServiceGetNextLocationResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _LocationService_getNextLocationName = 0;
|
|
|
| class LocationServiceUpdatePriority extends bindings.MojoEnum {
|
| @@ -232,10 +227,6 @@ class LocationServiceUpdatePriority extends bindings.MojoEnum {
|
| int toJson() => mojoEnumValue;
|
| }
|
|
|
| -
|
| -
|
| -
|
| -
|
| class _LocationServiceServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|