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

Unified Diff: ui/message_center/notification_delegate.h

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/message_center_tray.cc ('k') | ui/message_center/notification_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_delegate.h
diff --git a/ui/message_center/notification_delegate.h b/ui/message_center/notification_delegate.h
index b9432fb12bcd523ff00a32cc810d005cdffcd70d..a66d3760e690d8c03458ee9266f1be928a03269c 100644
--- a/ui/message_center/notification_delegate.h
+++ b/ui/message_center/notification_delegate.h
@@ -49,7 +49,8 @@ class MESSAGE_CENTER_EXPORT NotificationDelegate
const base::string16& reply);
// To be called when the user clicks the settings button in a notification.
- virtual void SettingsClick();
+ // Returns whether the settings click was handled by the delegate.
+ virtual bool SettingsClick();
// To be called in order to detect if a settings button should be displayed.
virtual bool ShouldDisplaySettingsButton();
« no previous file with comments | « ui/message_center/message_center_tray.cc ('k') | ui/message_center/notification_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698