diff options
Diffstat (limited to 'chrome/browser/notifications/message_center_notification_manager.h')
-rw-r--r-- | chrome/browser/notifications/message_center_notification_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h index 8ae5ee5..89493a2 100644 --- a/chrome/browser/notifications/message_center_notification_manager.h +++ b/chrome/browser/notifications/message_center_notification_manager.h @@ -38,7 +38,8 @@ class MessageCenterNotificationManager virtual ~MessageCenterNotificationManager(); // NotificationUIManager - virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE; + virtual const Notification* FindById( + const std::string& notification_id) const OVERRIDE; virtual bool CancelById(const std::string& notification_id) OVERRIDE; virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin( Profile* profile, |