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

Unified Diff: ui/message_center/views/notification_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/notification_view.h ('k') | ui/message_center/views/toast_contents_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notification_view.cc
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc
index 79b7d7d8bce10055030254d7b74ed33bdd078341..21ab8a9b9ec28045012eef7d2c574b3210223869 100644
--- a/ui/message_center/views/notification_view.cc
+++ b/ui/message_center/views/notification_view.cc
@@ -622,15 +622,6 @@ void NotificationView::RemoveNotification(const std::string& notification_id,
controller_->RemoveNotification(notification_id, by_user);
}
-void NotificationView::DisableNotificationsFromThisSource(
- const NotifierId& notifier_id) {
- controller_->DisableNotificationsFromThisSource(notifier_id);
-}
-
-void NotificationView::ShowNotifierSettingsBubble() {
- controller_->ShowNotifierSettingsBubble();
-}
-
bool NotificationView::IsExpansionNeeded(int width) {
return (!is_expanded_ &&
(image_view_ ||
« no previous file with comments | « ui/message_center/views/notification_view.h ('k') | ui/message_center/views/toast_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698