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

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

Issue 1146913004: Service Worker: Add ServiceWorkerContainer.getRegistrations() method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 37e99b1ae0f7d3aa7b075150349faacb66a19f4b..ebfd9b2eed0d415f600789f1807db6d08669e30d 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -41,6 +41,8 @@ class WebServiceWorkerProviderImpl
virtual void getRegistration(const blink::WebURL& document_url,
WebServiceWorkerGetRegistrationCallbacks*);
+ virtual void getRegistrations(const blink::WebURL& document_url,
+ WebServiceWorkerGetRegistrationsCallbacks*);
kinuko 2015/05/21 07:57:06 nit: indent
jungkees 2015/05/21 13:46:25 Just gone by removing the first parameter.
virtual void getRegistrationForReady(
WebServiceWorkerGetRegistrationForReadyCallbacks*);

Powered by Google App Engine
This is Rietveld 408576698