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

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

Issue 2960333003: Extract the view of control buttons on notification into a separated class (Closed)
Patch Set: addressed comments Created 3 years, 6 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/BUILD.gn ('k') | ui/message_center/views/message_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_view.h
diff --git a/ui/message_center/views/message_view.h b/ui/message_center/views/message_view.h
index b55a934b464be67b78e9105f5ce975318b3674c5..61ddf7409b9dd7b5ea9b5d88de02ae28ea68bc4c 100644
--- a/ui/message_center/views/message_view.h
+++ b/ui/message_center/views/message_view.h
@@ -60,6 +60,7 @@ class MESSAGE_CENTER_EXPORT MessageView
virtual void UpdateControlButtonsVisibility() = 0;
void OnCloseButtonPressed();
+ void OnSettingsButtonPressed();
// views::View
void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/views/message_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698