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

Unified Diff: mojo/dart/packages/mojo_services/lib/input/input.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/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);

Powered by Google App Engine
This is Rietveld 408576698