| 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 a8ff04f6dd9b7853a0fa4b09b59160cffec45e8b..26c9281240e629a83147f8a9f06a6485127a19e6 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -209,9 +209,6 @@ IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_FetchEventFinished,
|
| int /* request_id */,
|
| content::ServiceWorkerFetchEventResult,
|
| content::ServiceWorkerResponse)
|
| -IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_SyncEventFinished,
|
| - int /* request_id */,
|
| - blink::WebServiceWorkerEventResult)
|
| IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_NotificationClickEventFinished,
|
| int /* request_id */)
|
| IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_PushEventFinished,
|
| @@ -411,8 +408,6 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent,
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_FetchEvent,
|
| int /* request_id */,
|
| content::ServiceWorkerFetchRequest)
|
| -IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_SyncEvent,
|
| - int /* request_id */)
|
| IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| int64_t /* persistent_notification_id */,
|
|
|