| Index: chrome/browser/notifications/platform_notification_service_impl.h
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
|
| index 88642b3797ea5d1e02b1eaf3575d2c092f726f60..c6b310a1efc7650165450d830a33b5261803084b 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.h
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| +#include "base/strings/nullable_string16.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/notifications/notification.h"
|
| #include "chrome/browser/notifications/notification_common.h"
|
| @@ -53,7 +54,8 @@ class PlatformNotificationServiceImpl
|
| void OnPersistentNotificationClick(content::BrowserContext* browser_context,
|
| const std::string& notification_id,
|
| const GURL& origin,
|
| - int action_index);
|
| + int action_index,
|
| + const base::NullableString16& reply);
|
|
|
| // To be called when a persistent notification has been closed. The data
|
| // associated with the notification has to be pruned from the database in this
|
|
|