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 75d625c93247276785cd3999bd13dae7f5cbc5fb..11ca3d3cec8532163489a36c252fd23b9a87bd37 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -55,13 +55,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 { |