| 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 676937188d7e7f613bf1566b974c192e07df9a0f..0b0cb4ea821c67e3bdf469b01fc14db85a653c10 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -157,6 +157,13 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ServiceWorkerStateChanged,
|
| int /* handle_id */,
|
| blink::WebServiceWorkerState)
|
|
|
| +// Tells the child process to set the waiting ServiceWorker for the given
|
| +// provider.
|
| +IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_SetWaitingServiceWorker,
|
| + int /* thread_id */,
|
| + int /* provider_id */,
|
| + content::ServiceWorkerObjectInfo)
|
| +
|
| // Tells the child process to set the current ServiceWorker for the given
|
| // provider.
|
| IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_SetCurrentServiceWorker,
|
|
|