Index: content/browser/service_worker/service_worker_dispatcher_host.h |
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h |
index 71409097d2244bc7c4dba6a59fb0236cc096eca3..30918f9a0f6005cd1be1b0a991cb5b2d92edfdbf 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -89,10 +89,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
const GURL& pattern, |
const GURL& script_url); |
void OnUpdateServiceWorker(int provider_id, int64 registration_id); |
- void OnDeprecatedUnregisterServiceWorker(int thread_id, |
- int request_id, |
- int provider_id, |
- const GURL& pattern); |
void OnUnregisterServiceWorker(int thread_id, |
int request_id, |
int provider_id, |