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 2acb096c3c9c2d4e9f311f57fc6a2a8bbb834968..a0d036c368342857f400319a57be37898ce1647e 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -158,6 +158,13 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ServiceWorkerStateChanged, |
int /* handle_id */, |
blink::WebServiceWorkerState) |
+// Tells the child process to set the installing ServiceWorker for the given |
+// provider. |
+IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_SetInstallingServiceWorker, |
+ int /* thread_id */, |
+ int /* provider_id */, |
+ content::ServiceWorkerObjectInfo) |
+ |
// Tells the child process to set the waiting ServiceWorker for the given |
// provider. |
IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_SetWaitingServiceWorker, |