Chromium Code Reviews| 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; |
|
yhanada
2017/06/29 04:14:47
Who calls this method?
yoshiki
2017/06/29 06:29:41
MessageController calls this method when the setti
|
| private: |
| // The destructor is private since this class is ref-counted. |