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 32b20a0f5316ba2e9484236b01bae55266826b23..0aaf58253e74f6ce611fca2033cfb61252b85e27 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -300,6 +300,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, |