| 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 29bc8692403b578a026deb51038572e56d2073f4..dd3e9a174517dd232a42c31679866b7f0b065468 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/notification_delivery.h
|
| +++ b/chrome/browser/ui/cocoa/notifications/notification_delivery.h
|
| @@ -27,6 +27,12 @@
|
|
|
| // Closes all the alerts being displayed.
|
| - (void)closeAllNotifications;
|
| +
|
| +// Will invoke |reply| with an array of NSString notification IDs for all alerts
|
| +// for |profileId| and |incognito| value currently displayed.
|
| +- (void)getDisplayedAlertsForProfileId:(NSString*)profileId
|
| + andIncognito:(BOOL)incognito
|
| + withReply:(void (^)(NSArray*))reply;
|
| @end
|
|
|
| // Response protocol for the XPC notification service to notify Chrome of
|
|
|