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

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

Issue 1181973004: ServiceWorker: Route unregister() through WebServiceWorkerRegistration for refactoring (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ifdef 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_registration_impl.h
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
index 9bf5dc3961676bc321461a25095d277a79de0140..67ecc1a5393a2ea8f80ae45a94a37926ec16751d 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.h
+++ b/content/child/service_worker/web_service_worker_registration_impl.h
@@ -40,6 +40,8 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
virtual blink::WebServiceWorkerRegistrationProxy* proxy();
virtual blink::WebURL scope() const;
virtual void update(blink::WebServiceWorkerProvider* provider);
+ virtual void unregister(blink::WebServiceWorkerProvider* provider,
+ WebServiceWorkerUnregistrationCallbacks* callbacks);
int64 registration_id() const;

Powered by Google App Engine
This is Rietveld 408576698