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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/device_info.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/device_info.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/mojo/device_info.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/device_info.mojom.dart
index a440f74b71012e379d3592b4b8beaeff48f768f9..600f10fd212b6d64f381a8ea7538034a3aa7560c 100644
--- a/mojo/dart/packages/mojo_services/lib/mojo/device_info.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/device_info.mojom.dart
@@ -68,8 +68,6 @@ class _DeviceInfoGetDeviceTypeParams extends bindings.Struct {
}
-
-
class DeviceInfoGetDeviceTypeResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -145,9 +143,6 @@ class DeviceInfoGetDeviceTypeResponseParams extends bindings.Struct {
}
}
-
-
-
const int _DeviceInfo_getDeviceTypeName = 0;
class DeviceInfoDeviceType extends bindings.MojoEnum {
@@ -237,10 +232,6 @@ class DeviceInfoDeviceType extends bindings.MojoEnum {
int toJson() => mojoEnumValue;
}
-
-
-
-
class _DeviceInfoServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);

Powered by Google App Engine
This is Rietveld 408576698