| Index: mojo/services/notifications/interfaces/notifications.mojom
|
| diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom
|
| index df2d6717f7e999363fac6e4bb4acf6ee34ca2700..df36918a38d85d6d5b2eb64c641ecd58ca21f9a1 100644
|
| --- a/mojo/services/notifications/interfaces/notifications.mojom
|
| +++ b/mojo/services/notifications/interfaces/notifications.mojom
|
| @@ -34,6 +34,7 @@ interface Notification {
|
| Cancel();
|
| };
|
|
|
| +[ServiceName="notifications::NotificationService"]
|
| interface NotificationService {
|
| // Posts a new notification with the information specified in
|
| // |notification_data| and with any interactions with the notification being
|
|
|