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

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

Issue 516823003: ServiceWorker: Change the return value of ServiceWorkerRegistration::unregister to boolean (2/4) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 b78f4d0e8fb9539951a29bbd4f924781ac93a5f4..e7a4a7d8cbb057dff9693b9e9a2aef74d47d86ce 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -36,8 +36,9 @@ class WebServiceWorkerProviderImpl
const blink::WebURL& script_url,
WebServiceWorkerRegistrationCallbacks*);
- virtual void unregisterServiceWorker(const blink::WebURL& pattern,
- WebServiceWorkerRegistrationCallbacks*);
+ virtual void unregisterServiceWorker(
+ const blink::WebURL& pattern,
+ WebServiceWorkerUnregistrationCallbacks*);
ServiceWorkerProviderContext* context() { return context_.get(); }

Powered by Google App Engine
This is Rietveld 408576698