| Index: ui/message_center/views/notification_view.h
|
| diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
|
| index 58d35029714795da32020443e2672550c4c40848..d460fcf41b214ba1193e2db6845cd534caecb3b4 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -60,9 +60,6 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
|
| virtual void ClickOnNotification(const std::string& notification_id) OVERRIDE;
|
| virtual void RemoveNotification(const std::string& notification_id,
|
| bool by_user) OVERRIDE;
|
| - virtual void DisableNotificationsFromThisSource(
|
| - const NotifierId& notifier_id) OVERRIDE;
|
| - virtual void ShowNotifierSettingsBubble() OVERRIDE;
|
|
|
| void set_controller(MessageCenterController* controller) {
|
| controller_ = controller;
|
|
|