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 929ff7d85e9f9c817bb856af83cac2e27bd36a05..fd2cecf9a1de21662fbcb0e24a6213bfdd33b900 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -308,8 +308,9 @@ IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_ClaimClients, |
// Informs the browser of new foreign fetch subscopes this worker wants to |
// handle. Should only be sent while an install event is being handled. |
-IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_RegisterForeignFetchScopes, |
- std::vector<GURL> /* sub_scopes */) |
+IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_RegisterForeignFetchScopes, |
+ std::vector<GURL> /* sub_scopes */, |
+ std::vector<GURL> /* origins */) |
//--------------------------------------------------------------------------- |
// Messages sent from the browser to the child process. |