| 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 06a1057d76e43d2979857747d9e1dc97b0c24549..fa33562a9546b243159a6e7b3a08162f0c3c7114 100644
|
| --- a/content/browser/service_worker/service_worker_job_coordinator.h
|
| +++ b/content/browser/service_worker/service_worker_job_coordinator.h
|
| @@ -35,6 +35,8 @@ class CONTENT_EXPORT ServiceWorkerJobCoordinator {
|
| const GURL& pattern,
|
| const ServiceWorkerUnregisterJob::UnregistrationCallback& callback);
|
|
|
| + void Update(ServiceWorkerRegistration* registration);
|
| +
|
| // Calls ServiceWorkerRegisterJobBase::Abort() on all jobs and removes them.
|
| void AbortAll();
|
|
|
|
|