| Index: mojo/dart/packages/mojo_services/lib/notifications/notifications.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/notifications/notifications.mojom.dart b/mojo/dart/packages/mojo_services/lib/notifications/notifications.mojom.dart
|
| index dd032d3076dd4da278e7121a2ac9d42ee43fe140..9834da2f91dc7b13139ddb50d8675b1054eeb595 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/notifications/notifications.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/notifications/notifications.mojom.dart
|
| @@ -138,8 +138,6 @@ class NotificationData extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _NotificationClientOnSelectedParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -198,8 +196,6 @@ class _NotificationClientOnSelectedParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _NotificationClientOnDismissedParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -258,8 +254,6 @@ class _NotificationClientOnDismissedParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _NotificationUpdateParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -333,8 +327,6 @@ class _NotificationUpdateParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _NotificationCancelParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -393,8 +385,6 @@ class _NotificationCancelParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _NotificationServicePostParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(32, 0)
|
| @@ -492,14 +482,9 @@ class _NotificationServicePostParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _NotificationClient_onSelectedName = 0;
|
| const int _NotificationClient_onDismissedName = 1;
|
|
|
| -
|
| -
|
| class _NotificationClientServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -700,8 +685,6 @@ class NotificationClientStub extends bindings.Stub {
|
| const int _Notification_updateName = 0;
|
| const int _Notification_cancelName = 1;
|
|
|
| -
|
| -
|
| class _NotificationServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -904,8 +887,6 @@ class NotificationStub extends bindings.Stub {
|
|
|
| const int _NotificationService_postName = 0;
|
|
|
| -
|
| -
|
| class _NotificationServiceServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|