| 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 c7a69ffaf048006f47d64bf66d17cb5a93c0eea9..27ba8d192a1e476428b03f00c35b63e8a9218b02 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -132,14 +132,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerClientQueryOptions)
|
| IPC_STRUCT_TRAITS_MEMBER(include_uncontrolled)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_BEGIN(ServiceWorkerMsg_ExtendableMessageEvent_Params)
|
| - IPC_STRUCT_MEMBER(base::string16, message)
|
| - IPC_STRUCT_MEMBER(url::Origin, source_origin)
|
| - IPC_STRUCT_MEMBER(std::vector<int>, message_ports)
|
| - IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids)
|
| - IPC_STRUCT_MEMBER(content::ExtendableMessageEventSource, source)
|
| -IPC_STRUCT_END()
|
| -
|
| IPC_STRUCT_BEGIN(ServiceWorkerMsg_MessageToDocument_Params)
|
| IPC_STRUCT_MEMBER(int, thread_id)
|
| IPC_STRUCT_MEMBER(int, provider_id)
|
| @@ -294,10 +286,6 @@ IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_ActivateEventFinished,
|
| int /* request_id */,
|
| blink::WebServiceWorkerEventResult,
|
| base::Time /* dispatch_event_time */)
|
| -IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_ExtendableMessageEventFinished,
|
| - int /* request_id */,
|
| - blink::WebServiceWorkerEventResult,
|
| - base::Time /* dispatch_event_time */)
|
| IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse,
|
| int /* fetch_event_id */,
|
| content::ServiceWorkerFetchEventResult,
|
| @@ -538,9 +526,6 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent,
|
| int /* request_id */)
|
| IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent,
|
| int /* request_id */)
|
| -IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_ExtendableMessageEvent,
|
| - int /* request_id */,
|
| - ServiceWorkerMsg_ExtendableMessageEvent_Params)
|
| IPC_MESSAGE_CONTROL5(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| std::string /* notification_id */,
|
|
|