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

Unified Diff: content/child/service_worker/service_worker_dispatcher.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/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,

Powered by Google App Engine
This is Rietveld 408576698