Chromium Code Reviews| Index: chrome/browser/notifications/stub_alert_dispatcher_mac.h |
| diff --git a/chrome/browser/notifications/stub_alert_dispatcher_mac.h b/chrome/browser/notifications/stub_alert_dispatcher_mac.h |
| index 29af5a3fc4ef8bbc348247f89bcd8e96d437d69c..e099e8959c8a870f75c5af47f6dea39d267ec193 100644 |
| --- a/chrome/browser/notifications/stub_alert_dispatcher_mac.h |
| +++ b/chrome/browser/notifications/stub_alert_dispatcher_mac.h |
| @@ -7,7 +7,10 @@ |
| #import <Foundation/Foundation.h> |
| -#import "chrome/browser/notifications/alert_dispatcher_mac.h" |
| +#include <set> |
|
Robert Sesek
2017/04/05 17:16:54
Not needed in the .h
Miguel Garcia
2017/04/05 19:15:30
Done.
|
| +#include <string> |
| + |
| +#include "chrome/browser/notifications/alert_dispatcher_mac.h" |
| @interface StubAlertDispatcher : NSObject<AlertDispatcher> |
| @@ -18,6 +21,12 @@ |
| - (void)closeAllNotifications; |
| +- (void) |
| +getDisplayedAlertsForProfileId:(NSString*)profileId |
| + incognito:(BOOL)incognito |
| + notificationCenter:(NSUserNotificationCenter*)notificationCenter |
| + callback:(GetDisplayedNotificationsCallback)callback; |
| + |
| // Stub specific methods. |
| - (NSArray*)alerts; |