| 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 0710c45801310d4efb4ac7289e65bc5953c06f4c..c7ac93256ffa33aaf38945d2b1753a8429845c34 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -123,12 +123,19 @@ IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_UpdateServiceWorker,
|
| int /* provider_id */,
|
| int64 /* registration_id */)
|
|
|
| -IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_UnregisterServiceWorker,
|
| +// TODO(nhiroki): Remove this after http://crbug.com/500404 is fixed.
|
| +IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_DeprecatedUnregisterServiceWorker,
|
| int /* thread_id */,
|
| int /* request_id */,
|
| int /* provider_id */,
|
| GURL /* scope (url pattern) */)
|
|
|
| +IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_UnregisterServiceWorker,
|
| + int /* thread_id */,
|
| + int /* request_id */,
|
| + int /* provider_id */,
|
| + int64 /* registration_id */)
|
| +
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_GetRegistration,
|
| int /* thread_id */,
|
| int /* request_id */,
|
|
|