| Index: chrome/browser/notifications/non_persistent_notification_handler.h
|
| diff --git a/chrome/browser/notifications/non_persistent_notification_handler.h b/chrome/browser/notifications/non_persistent_notification_handler.h
|
| index 51b8d3629658f577eabefdf812837636d9c9e410..78ad623cbda87fa334d8ea738b465c6a064fec08 100644
|
| --- a/chrome/browser/notifications/non_persistent_notification_handler.h
|
| +++ b/chrome/browser/notifications/non_persistent_notification_handler.h
|
| @@ -28,7 +28,8 @@ class NonPersistentNotificationHandler : public NotificationHandler {
|
| void OnClick(Profile* profile,
|
| const std::string& origin,
|
| const std::string& notification_id,
|
| - int action_index) override;
|
| + int action_index,
|
| + const base::NullableString16& reply) override;
|
|
|
| void OpenSettings(Profile* profile) override;
|
|
|
|
|