Index: ui/message_center/views/group_view.h |
diff --git a/ui/message_center/views/group_view.h b/ui/message_center/views/group_view.h |
index 649622b15fed41d8eb8313d1bb5c0a199632f527..1b3f5bab1d2dbe4e7b8b38b03ebde84b3acb9b84 100644 |
--- a/ui/message_center/views/group_view.h |
+++ b/ui/message_center/views/group_view.h |
@@ -47,9 +47,6 @@ class GroupView : public MessageView, public MessageViewController { |
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; |
private: |
MessageCenterController* controller_; // Weak, controls lifetime of views. |