| 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..12f8900c95bff31a37a52b1130f9c6afdf3647e3 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.h
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.h
|
| @@ -50,18 +50,10 @@ class MessageCenterNotificationManager
|
| const std::string& notification_id) OVERRIDE;
|
| virtual void ShowSettings(const std::string& notification_id) OVERRIDE;
|
| virtual void ShowSettingsDialog(gfx::NativeView context) OVERRIDE;
|
| - virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
|
|
|
| // 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 {
|
|
|