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..9201bf50790d6826493f00a20dbf794a69d9b1cd 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; |
+ |
+// Will invoke |reply| with the alerts for |profileId| being displayed. |
+- (void)getDisplayedAlertsForProfileId:(NSString*)profileId |
+ withReply:(void (^)(NSArray*))reply; |
@end |
// Response protocol for the XPC notification service to notify Chrome of |