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

Unified Diff: ui/arc/notification/arc_notification_delegate.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
Index: ui/arc/notification/arc_notification_delegate.h
diff --git a/ui/arc/notification/arc_notification_delegate.h b/ui/arc/notification/arc_notification_delegate.h
index d9922738d88f38ff6158d8f258889dfde43b0153..9241fcec2ee7e324005178730a4c1310065f0a0b 100644
--- a/ui/arc/notification/arc_notification_delegate.h
+++ b/ui/arc/notification/arc_notification_delegate.h
@@ -32,6 +32,7 @@ class ArcNotificationDelegate : public message_center::NotificationDelegate {
const message_center::Notification& notification) override;
void Close(bool by_user) override;
void Click() override;
+ bool SettingsClick() override;
private:
// The destructor is private since this class is ref-counted.
« no previous file with comments | « ui/arc/notification/arc_notification_content_view_unittest.cc ('k') | ui/arc/notification/arc_notification_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698