Index: chrome/browser/notifications/balloon_notification_ui_manager.h |
diff --git a/chrome/browser/notifications/balloon_notification_ui_manager.h b/chrome/browser/notifications/balloon_notification_ui_manager.h |
index 953891eb3899abf19c994fa5825f4c79641fa465..11627d9b4dd86e36c9cc52ae236e03308b262eaf 100644 |
--- a/chrome/browser/notifications/balloon_notification_ui_manager.h |
+++ b/chrome/browser/notifications/balloon_notification_ui_manager.h |
@@ -34,7 +34,8 @@ class BalloonNotificationUIManager |
void SetBalloonCollection(BalloonCollection* balloon_collection); |
// 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, |