| 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..db94435307b85a2ad17aaf6f99e976a49653833f 100644
|
| --- a/chrome/browser/notifications/non_persistent_notification_handler.h
|
| +++ b/chrome/browser/notifications/non_persistent_notification_handler.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/strings/nullable_string16.h"
|
| #include "chrome/browser/notifications/notification_handler.h"
|
|
|
| class NotificationDelegate;
|
| @@ -28,7 +29,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,
|
| + base::NullableString16 reply) override;
|
|
|
| void OpenSettings(Profile* profile) override;
|
|
|
|
|