Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: ui/message_center/views/group_view.cc

Issue 114323002: Fixes the context menu for a notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix2 Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/message_center/views/group_view.h ('k') | ui/message_center/views/message_center_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/message_center/views/group_view.h ('k') | ui/message_center/views/message_center_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698