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

Unified Diff: mojo/services/notifications/interfaces/notifications.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/services/notifications/interfaces/notifications.mojom
diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom
index 5739466d33b15c9e05246885677e68954c35e716..a276788ab059fa9f8c0c851e826d842f715c27e5 100644
--- a/mojo/services/notifications/interfaces/notifications.mojom
+++ b/mojo/services/notifications/interfaces/notifications.mojom
@@ -51,6 +51,5 @@ 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,
- Notification&? notification);
+ Post(NotificationData notification_data, NotificationClient? client, Notification&? notification);
};

Powered by Google App Engine
This is Rietveld 408576698