Index: mojo/services/notifications/interfaces/notifications.mojom |
diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom |
index 5739466d33b15c9e05246885677e68954c35e716..0d7ac4a9e7d31cde44b5a92f4413c697adf694e7 100644 |
--- a/mojo/services/notifications/interfaces/notifications.mojom |
+++ b/mojo/services/notifications/interfaces/notifications.mojom |
@@ -51,6 +51,7 @@ interface NotificationService { |
// |notification_data| and with any interactions with the notification being |
// communicated to |client|. |notification| can be used to modify or cancel |
// the notification. |
- Post(NotificationData notification_data, NotificationClient? client, |
+ Post(NotificationData notification_data, |
+ NotificationClient? client, |
Notification&? notification); |
}; |