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 c7ac93256ffa33aaf38945d2b1753a8429845c34..f3dc971e70a481a11d818af0afee8b7b510a30e8 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -123,13 +123,6 @@ IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_UpdateServiceWorker, |
int /* provider_id */, |
int64 /* registration_id */) |
-// 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 */, |