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

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

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/message_center_tray_unittest.cc ('k') | ui/message_center/views/group_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/message_center/message_center_tray_unittest.cc ('k') | ui/message_center/views/group_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698