Index: chrome/browser/notifications/notification_ui_manager_impl.h |
diff --git a/chrome/browser/notifications/notification_ui_manager_impl.h b/chrome/browser/notifications/notification_ui_manager_impl.h |
index f8544ea38a06e6a99b5ef47f5e6452e08ac36135..5ced721830b03adf250968dc2c426b4e2f0be5c0 100644 |
--- a/chrome/browser/notifications/notification_ui_manager_impl.h |
+++ b/chrome/browser/notifications/notification_ui_manager_impl.h |
@@ -34,7 +34,8 @@ class NotificationUIManagerImpl |
// NotificationUIManager: |
virtual void Add(const Notification& notification, |
Profile* profile) OVERRIDE; |
- 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, |