| 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 20b13ec13a2178c3fbabee831d1e42febe9507ad..b55ca26a57f97c35ca2d67a044cd333359dbf418 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -319,9 +319,10 @@ IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_DisassociateRegistration,
|
| int /* provider_id */)
|
|
|
| // Response to ServiceWorkerHostMsg_RegisterServiceWorker.
|
| -IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_ServiceWorkerRegistered,
|
| +IPC_MESSAGE_CONTROL5(ServiceWorkerMsg_ServiceWorkerRegistered,
|
| int /* thread_id */,
|
| int /* request_id */,
|
| + int /* provider_id */,
|
| content::ServiceWorkerRegistrationObjectInfo,
|
| content::ServiceWorkerVersionAttributes)
|
|
|
| @@ -332,9 +333,10 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ServiceWorkerUnregistered,
|
| bool /* is_success */)
|
|
|
| // Response to ServiceWorkerHostMsg_GetRegistration.
|
| -IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_DidGetRegistration,
|
| +IPC_MESSAGE_CONTROL5(ServiceWorkerMsg_DidGetRegistration,
|
| int /* thread_id */,
|
| int /* request_id */,
|
| + int /* provider_id */,
|
| content::ServiceWorkerRegistrationObjectInfo,
|
| content::ServiceWorkerVersionAttributes)
|
|
|
|
|