| 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);
|
|
|