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 76bb4416a8c52cafd7b0cdccec5ccefc0df51ac8..e1e325399141a17f2891e949e88dc775b84a10d2 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -179,10 +179,11 @@ IPC_MESSAGE_CONTROL3( |
// MSG_ROUTING_NONE. |provider_type| identifies whether this provider is for |
// Service Worker controllees (documents and Shared Workers) or for controllers |
// (Service Workers). |
-IPC_MESSAGE_CONTROL3(ServiceWorkerHostMsg_ProviderCreated, |
+IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_ProviderCreated, |
int /* provider_id */, |
int /* route_id */, |
- content::ServiceWorkerProviderType /* provider_type */) |
+ content::ServiceWorkerProviderType /* provider_type */, |
+ int /* navigation_provider_id */) |
// Informs the browser of a ServiceWorkerProvider being destroyed. |
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_ProviderDestroyed, |