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

Unified Diff: ui/message_center/notification_delegate.cc

Issue 2807623002: Fix the settings button and UMA metrics for the message center (Closed)
Patch Set: Created 3 years, 8 months 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/notification_delegate.h ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_delegate.cc
diff --git a/ui/message_center/notification_delegate.cc b/ui/message_center/notification_delegate.cc
index 70675233293179c66f636f56be93e89e35492d9e..de8b60de442b84e1e302ffc256cdb57c61876b4b 100644
--- a/ui/message_center/notification_delegate.cc
+++ b/ui/message_center/notification_delegate.cc
@@ -25,7 +25,9 @@ void NotificationDelegate::ButtonClickWithReply(int button_index,
NOTIMPLEMENTED();
}
-void NotificationDelegate::SettingsClick() {}
+bool NotificationDelegate::SettingsClick() {
+ return false;
+}
bool NotificationDelegate::ShouldDisplaySettingsButton() {
return false;
« no previous file with comments | « ui/message_center/notification_delegate.h ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698