Index: ui/message_center/views/group_view.cc |
diff --git a/ui/message_center/views/group_view.cc b/ui/message_center/views/group_view.cc |
index 35727d0de63f43dc025b6c481f2ba12edb37717f..64c5d73876f10841c4be52ee41f417d7ce8f964c 100644 |
--- a/ui/message_center/views/group_view.cc |
+++ b/ui/message_center/views/group_view.cc |
@@ -250,13 +250,4 @@ void GroupView::RemoveNotification(const std::string& notification_id, |
controller_->RemoveGroup(notifier_id_); |
} |
-void GroupView::DisableNotificationsFromThisSource( |
- const NotifierId& notifier_id) { |
- controller_->DisableNotificationsFromThisSource(notifier_id); |
-} |
- |
-void GroupView::ShowNotifierSettingsBubble() { |
- controller_->ShowNotifierSettingsBubble(); |
-} |
- |
} // namespace message_center |