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 75d625c93247276785cd3999bd13dae7f5cbc5fb..b82e01228a3f23de0e923d43091bbee8e170850c 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -34,6 +34,9 @@ class MessageCenterNotificationManager |
// NotificationUIManager |
virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE; |
virtual bool CancelById(const std::string& notification_id) OVERRIDE; |
+ virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin( |
+ Profile* profile, |
+ const GURL& source) OVERRIDE; |
virtual bool CancelAllBySourceOrigin(const GURL& source_origin) OVERRIDE; |
virtual bool CancelAllByProfile(Profile* profile) OVERRIDE; |
virtual void CancelAll() OVERRIDE; |