| 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 d18bef7f3d7cbb74e02b505714d78832b73ba906..3cb7fa1f51794faf3a35acbb3a3832c708accd4c 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -119,11 +119,15 @@ IPC_MESSAGE_CONTROL5(ServiceWorkerHostMsg_RegisterServiceWorker,
|
| GURL /* scope */,
|
| GURL /* script_url */)
|
|
|
| +IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_UpdateServiceWorker,
|
| + int /* provider_id */,
|
| + GURL /* scope */)
|
| +
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_UnregisterServiceWorker,
|
| int /* thread_id */,
|
| int /* request_id */,
|
| int /* provider_id */,
|
| - GURL /* scope (url pattern) */)
|
| + GURL /* scope */)
|
|
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_GetRegistration,
|
| int /* thread_id */,
|
|
|