| 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 01ca9418ba3188196f7f6e0ea622d663ebfb83ca..59af129dd12f5df863d18ace425eed15484abba0 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -275,6 +275,10 @@
|
| content::ServiceWorkerFetchEventResult,
|
| content::ServiceWorkerResponse,
|
| base::Time /* dispatch_event_time */)
|
| +IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_FetchEventFinished,
|
| + int /* event_finish_id */,
|
| + blink::WebServiceWorkerEventResult,
|
| + base::Time /* dispatch_event_time */)
|
| IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationClickEventFinished,
|
| int /* request_id */,
|
| blink::WebServiceWorkerEventResult,
|
| @@ -487,6 +491,10 @@
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_ExtendableMessageEvent,
|
| int /* request_id */,
|
| ServiceWorkerMsg_ExtendableMessageEvent_Params)
|
| +IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_FetchEvent,
|
| + int /* response_id */,
|
| + int /* event_finish_id */,
|
| + content::ServiceWorkerFetchRequest)
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| std::string /* notification_id */,
|
|
|