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

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

Issue 1175823002: ServiceWorker: Implement ServiceWorkerRegistration.update() (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 4d9513919fd2f17a0a7e216b54e7527b556aa6b3..57722cddc8136170dc288929871138bcf0eb41a7 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -45,6 +45,8 @@ class WebServiceWorkerProviderImpl
virtual void getRegistrationForReady(
WebServiceWorkerGetRegistrationForReadyCallbacks*);
+ int provider_id() const;
+
private:
void RemoveProviderClient();
ServiceWorkerDispatcher* GetDispatcher();

Powered by Google App Engine
This is Rietveld 408576698