| 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..16e1dd94100590dd3f9fa2a1da1d36a145a89acf 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 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,
|
|
|