Index: content/child/service_worker/service_worker_dispatcher.h |
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h |
index ac573ca5cb50a2e5441844cd8ca63c9b99b1d13e..e67aea53691384492494e4c32e6572d2041c4e49 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -73,12 +73,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcher |
// Corresponds to ServiceWorkerRegistration.update(). |
void UpdateServiceWorker(int provider_id, int64 registration_id); |
// Corresponds to ServiceWorkerRegistration.unregister(). |
- // TODO(nhiroki): Remove a deprecated version after http://crbug.com/500404 is |
- // fixed. |
- void DeprecatedUnregisterServiceWorker( |
- int provider_id, |
- const GURL& pattern, |
- WebServiceWorkerUnregistrationCallbacks* callbacks); |
void UnregisterServiceWorker( |
int provider_id, |
int64 registration_id, |