| Index: chrome/browser/notifications/notification_ui_manager_mac.h
|
| diff --git a/chrome/browser/notifications/notification_ui_manager_mac.h b/chrome/browser/notifications/notification_ui_manager_mac.h
|
| index 6b95ee29e26fc0e0b7d68b0cac32b3091c838559..928676810f2d1a57101456b31c629aaadb590cc5 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_mac.h
|
| +++ b/chrome/browser/notifications/notification_ui_manager_mac.h
|
| @@ -8,6 +8,7 @@
|
| #import <AppKit/AppKit.h>
|
|
|
| #include <map>
|
| +#include <set>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_nsobject.h"
|
| @@ -33,6 +34,8 @@ class NotificationUIManagerMac : public BalloonNotificationUIManager {
|
| // NotificationUIManager:
|
| virtual void Add(const Notification& notification,
|
| Profile* profile) OVERRIDE;
|
| + virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| + Profile* profile, const GURL& source_origin) OVERRIDE;
|
| virtual bool CancelById(const std::string& notification_id) OVERRIDE;
|
| virtual bool CancelAllBySourceOrigin(const GURL& source_origin) OVERRIDE;
|
| virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
|
|
|