| 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..f65e3263031fa6f11a65cb785ff6b1aaba2d4332 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 bool DoesIdExist(const std::string& notification_id,
|
| + Notification* matched_notification) OVERRIDE;
|
| virtual bool CancelById(const std::string& notification_id) OVERRIDE;
|
| virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| Profile* profile,
|
|
|