Index: content/browser/service_worker/service_worker_job_coordinator.h |
diff --git a/content/browser/service_worker/service_worker_job_coordinator.h b/content/browser/service_worker/service_worker_job_coordinator.h |
index af1a8d8cce624cebe389507cea4a995d0f4880a6..f82a788f4f00bb06297eb417d8b3883a8ceaec8b 100644 |
--- a/content/browser/service_worker/service_worker_job_coordinator.h |
+++ b/content/browser/service_worker/service_worker_job_coordinator.h |
@@ -38,6 +38,11 @@ class CONTENT_EXPORT ServiceWorkerJobCoordinator { |
void Update(ServiceWorkerRegistration* registration, bool force_bypass_cache); |
+ void Update(ServiceWorkerRegistration* registration, |
+ bool force_bypass_cache, |
+ ServiceWorkerProviderHost* provider_host, |
+ const ServiceWorkerRegisterJob::RegistrationCallback& callback); |
+ |
// Calls ServiceWorkerRegisterJobBase::Abort() on all jobs and removes them. |
void AbortAll(); |