| 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 959b3f163a90712a91ebadf907f2f48317c7e39e..e59a893d6c79e6a623ca94c54b324563a9a41280 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -244,6 +244,9 @@ IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_FetchEventFinished,
|
| IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_NotificationClickEventFinished,
|
| int /* request_id */,
|
| blink::WebServiceWorkerEventResult)
|
| +IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_NotificationCloseEventFinished,
|
| + int /* request_id */,
|
| + blink::WebServiceWorkerEventResult)
|
| IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_PushEventFinished,
|
| int /* request_id */,
|
| blink::WebServiceWorkerEventResult)
|
| @@ -449,6 +452,10 @@ IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent,
|
| int64_t /* persistent_notification_id */,
|
| content::PlatformNotificationData /* notification_data */,
|
| int /* action_index */)
|
| +IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent,
|
| + int /* request_id */,
|
| + int64_t /* persistent_notification_id */,
|
| + content::PlatformNotificationData /* notification_data */)
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent,
|
| int /* request_id */,
|
| content::PushEventPayload /* data */)
|
|
|