Index: content/child/service_worker/web_service_worker_provider_impl.h |
diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h |
index 8e77152d5bc5e63c609de9decfdec7d4a75aef04..3d607bf98a76ea84094255a93e61862b41448575 100644 |
--- a/content/child/service_worker/web_service_worker_provider_impl.h |
+++ b/content/child/service_worker/web_service_worker_provider_impl.h |
@@ -34,12 +34,6 @@ class WebServiceWorkerProviderImpl |
virtual void registerServiceWorker(const blink::WebURL& pattern, |
const blink::WebURL& script_url, |
WebServiceWorkerRegistrationCallbacks*); |
- |
- // TODO(nhiroki): Remove this after http://crbug.com/500404 is fixed. |
- virtual void unregisterServiceWorker( |
- const blink::WebURL& pattern, |
- blink::WebCallbacks<bool, blink::WebServiceWorkerError>*); |
- |
virtual void getRegistration(const blink::WebURL& document_url, |
WebServiceWorkerGetRegistrationCallbacks*); |
virtual void getRegistrations(WebServiceWorkerGetRegistrationsCallbacks*); |