Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1565)

Unified Diff: content/child/service_worker/web_service_worker_provider_impl.h

Issue 1186803002: ServiceWorker: Route unregister() through WebServiceWorkerRegistration for refactoring (4) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@route_web_sw_reg_2
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698