Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/location_service.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698