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

Unified Diff: mojo/dart/packages/mojo_services/lib/authentication/authentication.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/authentication/authentication.mojom.dart
diff --git a/mojo/dart/packages/mojo_services/lib/authentication/authentication.mojom.dart b/mojo/dart/packages/mojo_services/lib/authentication/authentication.mojom.dart
index 7ba242125d63e7c7e5bc3ee3b61e1ce45f7066f3..babd02f386d9d72c6b98890d144cbb0d7d312108 100644
--- a/mojo/dart/packages/mojo_services/lib/authentication/authentication.mojom.dart
+++ b/mojo/dart/packages/mojo_services/lib/authentication/authentication.mojom.dart
@@ -82,8 +82,6 @@ class _AuthenticationServiceSelectAccountParams extends bindings.Struct {
}
-
-
class AuthenticationServiceSelectAccountResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(24, 0)
@@ -170,8 +168,6 @@ class AuthenticationServiceSelectAccountResponseParams extends bindings.Struct {
}
-
-
class _AuthenticationServiceGetOAuth2TokenParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(24, 0)
@@ -273,8 +269,6 @@ class _AuthenticationServiceGetOAuth2TokenParams extends bindings.Struct {
}
-
-
class AuthenticationServiceGetOAuth2TokenResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(24, 0)
@@ -361,8 +355,6 @@ class AuthenticationServiceGetOAuth2TokenResponseParams extends bindings.Struct
}
-
-
class _AuthenticationServiceClearOAuth2TokenParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
const bindings.StructDataHeader(16, 0)
@@ -434,15 +426,10 @@ class _AuthenticationServiceClearOAuth2TokenParams extends bindings.Struct {
}
}
-
-
-
const int _AuthenticationService_selectAccountName = 0;
const int _AuthenticationService_getOAuth2TokenName = 1;
const int _AuthenticationService_clearOAuth2TokenName = 2;
-
-
class _AuthenticationServiceServiceDescription implements service_describer.ServiceDescription {
dynamic getTopLevelInterface([Function responseFactory]) =>
responseFactory(null);

Powered by Google App Engine
This is Rietveld 408576698