| Index: chrome/browser/notifications/message_center_notification_manager.h
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
|
| index b4510dbd440661197154d128a5cc9180f3bcff90..95d61bea3f79711d0e4c76c8f96b3c9560d8f796 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.h
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.h
|
| @@ -34,6 +34,10 @@ class MessageCenterNotificationManager
|
| // NotificationUIManager
|
| virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE;
|
| virtual bool CancelById(const std::string& notification_id) OVERRIDE;
|
| + virtual void GetAllIdsByProfileAndSourceOrigin(
|
| + Profile* profile,
|
| + const GURL& source,
|
| + std::set<std::string>* notification_ids) OVERRIDE;
|
| virtual bool CancelAllBySourceOrigin(const GURL& source_origin) OVERRIDE;
|
| virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
|
| virtual void CancelAll() OVERRIDE;
|
|
|