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 8ae5ee5d5c56aa523838b07b8fea05618c498898..89493a25f657e54a826ee1f6ee2f31bf2f8eec90 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, |