Chromium Code Reviews| Index: chrome/browser/notifications/non_persistent_notification_handler.cc |
| diff --git a/chrome/browser/notifications/non_persistent_notification_handler.cc b/chrome/browser/notifications/non_persistent_notification_handler.cc |
| index 3e21f926c3f27b7e4ec54d03c34dc953aadd7b9a..38bde231957aae73acb90b75975d74b0d5c79fdb 100644 |
| --- a/chrome/browser/notifications/non_persistent_notification_handler.cc |
| +++ b/chrome/browser/notifications/non_persistent_notification_handler.cc |
| @@ -25,7 +25,8 @@ void NonPersistentNotificationHandler::OnClick( |
| Profile* profile, |
| const std::string& origin, |
| const std::string& notification_id, |
| - int action_index) { |
| + int action_index, |
| + const base::NullableString16& reply) { |
|
Peter Beverloo
2016/10/12 13:58:31
Could we DCHECK(reply.is_null()) since we don't su
awdf
2016/10/12 17:04:01
Done.
|
| // Buttons not supported for non persistent notifications. |
| DCHECK_EQ(action_index, -1); |
| if (notifications_.find(notification_id) != notifications_.end()) { |