Index: chrome/browser/ui/cocoa/notifications/notification_delivery.h |
diff --git a/chrome/browser/ui/cocoa/notifications/notification_delivery.h b/chrome/browser/ui/cocoa/notifications/notification_delivery.h |
index e19593f4e45fe8dd85e01ceaec26642e6b53aefa..8670956d10b7a711b3af3437324eddeb435aec46 100644 |
--- a/chrome/browser/ui/cocoa/notifications/notification_delivery.h |
+++ b/chrome/browser/ui/cocoa/notifications/notification_delivery.h |
@@ -16,6 +16,12 @@ |
// |notificationData| is generated using a NofiticationBuilder object. |
- (void)deliverNotification:(NSDictionary*)notificationData; |
+// Closes an alert with the given |notificationId| and |profileId|. |
+- (void)closeNotificationWithId:(NSString*)notificationId |
+ withProfileId:(NSString*)profileId; |
+ |
+// Closes all the alerts being displayed. |
+- (void)closeAllNotifications; |
@end |
// Response protocol for the XPC notification service to notify Chrome of |