| 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 1a5c2083a12ab7d06eaf8c9f41adc9a0d75a0ef0..63e28b078a80a7eefa7ec622d0b14e197bca7714 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -299,6 +299,14 @@ IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_BlobDataHandled,
|
| // extract it and dispatch the message to the correct ServiceWorkerDispatcher
|
| // on the correct thread.
|
|
|
| +// Informs the child process of the registration associated with the service
|
| +// worker.
|
| +IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_AssociateRegistrationWithServiceWorker,
|
| + int /* thread_id*/,
|
| + int /* provider_id */,
|
| + content::ServiceWorkerRegistrationObjectInfo,
|
| + content::ServiceWorkerVersionAttributes)
|
| +
|
| // Informs the child process that the given provider gets associated or
|
| // disassociated with the registration.
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_AssociateRegistration,
|
|
|