| Index: content/common/service_worker/service_worker_messages.h
|
| diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
|
| index 59af129dd12f5df863d18ace425eed15484abba0..8f83073ce469d70d8ae0be3c5cca603d500e872a 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -495,11 +495,12 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_FetchEvent,
|
| int /* response_id */,
|
| int /* event_finish_id */,
|
| content::ServiceWorkerFetchRequest)
|
| -IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent,
|
| +IPC_MESSAGE_CONTROL5(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| std::string /* notification_id */,
|
| content::PlatformNotificationData /* notification_data */,
|
| - int /* action_index */)
|
| + int /* action_index */,
|
| + base::string16 /* notification reply */)
|
| IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent,
|
| int /* request_id */,
|
| std::string /* notification_id */,
|
|
|