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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.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/ui/view_associates.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
index 200dfb07cc2eae3161551698465f7dfebe1400b3..315b49c06dd9c8c8e37073e86341c8da3cb66232 100644
--- a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_associates.mojom.dart
@@ -133,8 +133,6 @@ class ViewAssociateInfo extends bindings.Struct {
}
-
-
class _ViewAssociateConnectParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -206,8 +204,6 @@ class _ViewAssociateConnectParams extends bindings.Struct {
}
-
-
class ViewAssociateConnectResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -281,8 +277,6 @@ class ViewAssociateConnectResponseParams extends bindings.Struct {
}
-
-
class _ViewAssociateConnectToViewServiceParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(32, 0)
@@ -381,8 +375,6 @@ class _ViewAssociateConnectToViewServiceParams extends bindings.Struct {
}
-
-
class _ViewAssociateConnectToViewTreeServiceParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(32, 0)
@@ -480,15 +472,10 @@ class _ViewAssociateConnectToViewTreeServiceParams extends bindings.Struct {
}
}
-
-
-
const int _ViewAssociate_connectName = 0;
const int _ViewAssociate_connectToViewServiceName = 1;
const int _ViewAssociate_connectToViewTreeServiceName = 2;
-
-
class _ViewAssociateServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);
@@ -754,8 +741,6 @@ class ViewAssociateStub extends bindings.Stub {
}
-
-
class _ViewInspectorServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);

Powered by Google App Engine
This is Rietveld 408576698