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 b4510dbd440661197154d128a5cc9180f3bcff90..12f8900c95bff31a37a52b1130f9c6afdf3647e3 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -54,13 +54,6 @@ class MessageCenterNotificationManager |
// MessageCenterObserver |
virtual void OnNotificationRemoved(const std::string& notification_id, |
bool by_user) OVERRIDE; |
- virtual void OnNotificationClicked( |
- const std::string& notification_id) OVERRIDE; |
- virtual void OnNotificationButtonClicked( |
- const std::string& notification_id, |
- int button_index) OVERRIDE; |
- virtual void OnNotificationDisplayed( |
- const std::string& notification_id) OVERRIDE; |
private: |
class ImageDownloadsObserver { |