| 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..31482d96629be1544beeec06a9c4598b7af6af9f 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.h
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h
|
| @@ -29,6 +29,10 @@ class NotificationDelegate;
|
| class NotificationDisplayService;
|
| class ScopedKeepAlive;
|
|
|
| +namespace base {
|
| +class NullableString16;
|
| +}
|
| +
|
| namespace content {
|
| class BrowserContext;
|
| struct NotificationResources;
|
| @@ -53,7 +57,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
|
|
|