Chromium Code Reviews| Index: ui/message_center/notification_delegate.cc |
| diff --git a/ui/message_center/notification_delegate.cc b/ui/message_center/notification_delegate.cc |
| index 405c70384fd5ed22ba8702e21b1fe880606df350..07e9e81f6258bbdb4c84349aa76384f9b92d5025 100644 |
| --- a/ui/message_center/notification_delegate.cc |
| +++ b/ui/message_center/notification_delegate.cc |
| @@ -18,6 +18,9 @@ void NotificationDelegate::Click() {} |
| void NotificationDelegate::ButtonClick(int button_index) {} |
| +void NotificationDelegate::ButtonClickWithReply(int button_index, |
| + const base::string16& reply) {} |
|
dewittj
2016/10/12 23:21:11
Perhaps this should be NOTIMPLEMENTED() since we d
awdf
2016/10/13 14:31:06
Done. And I'll do the same for the rest of the met
|
| + |
| void NotificationDelegate::SettingsClick() {} |
| bool NotificationDelegate::ShouldDisplaySettingsButton() { |