| Index: chrome/browser/notifications/notification_handler.h
|
| diff --git a/chrome/browser/notifications/notification_handler.h b/chrome/browser/notifications/notification_handler.h
|
| index b410d49f7a7ae3da75ef5d205c301d363500869d..c0238edb7e304620ca48d7fe761188e590e9214a 100644
|
| --- a/chrome/browser/notifications/notification_handler.h
|
| +++ b/chrome/browser/notifications/notification_handler.h
|
| @@ -8,6 +8,8 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| +#include "base/strings/nullable_string16.h"
|
| +
|
| class NotificationDelegate;
|
| class Profile;
|
|
|
| @@ -28,7 +30,8 @@ class NotificationHandler {
|
| virtual void OnClick(Profile* profile,
|
| const std::string& origin,
|
| const std::string& notification_id,
|
| - int action_index) = 0;
|
| + int action_index,
|
| + const base::NullableString16& reply) = 0;
|
|
|
| // Open notification settings.
|
| virtual void OpenSettings(Profile* profile) = 0;
|
|
|