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 8670956d10b7a711b3af3437324eddeb435aec46..646495ad06244bdc102bb03e2ca73703c6a6393f 100644 |
--- a/chrome/browser/ui/cocoa/notifications/notification_delivery.h |
+++ b/chrome/browser/ui/cocoa/notifications/notification_delivery.h |
@@ -22,6 +22,10 @@ |
// Closes all the alerts being displayed. |
- (void)closeAllNotifications; |
+ |
+// Returns the alerts currently being displayed for |profileId|. |
Peter Beverloo
2017/02/24 16:12:24
nit: // Will invoke |reply| with the alerts...
Miguel Garcia
2017/03/22 22:00:10
Done.
|
+- (void)getDisplayedAlertIds:(NSString*)profileId |
Robert Sesek
2017/02/24 22:38:05
Similarly name: getDisplayedAlertsForProfileId:wit
Miguel Garcia
2017/03/22 22:00:10
Done.
|
+ withReply:(void (^)(NSArray*))reply; |
@end |
// Response protocol for the XPC notification service to notify Chrome of |