| Index: content/browser/service_worker/service_worker_register_job.h
|
| diff --git a/content/browser/service_worker/service_worker_register_job.h b/content/browser/service_worker/service_worker_register_job.h
|
| index 6fd9bdaf18f96adcb4f0c4987f6a1799d7370b66..f005c8c1bab810113ee4d81bce1d23a682e9afb3 100644
|
| --- a/content/browser/service_worker/service_worker_register_job.h
|
| +++ b/content/browser/service_worker/service_worker_register_job.h
|
| @@ -126,7 +126,13 @@ class ServiceWorkerRegisterJob
|
|
|
| // Associates a waiting version to documents matched with a scope of the
|
| // version.
|
| - CONTENT_EXPORT static void AssociateWaitingVersionToDocuments(
|
| + static void AssociateWaitingVersionToDocuments(
|
| + base::WeakPtr<ServiceWorkerContextCore> context,
|
| + ServiceWorkerVersion* version);
|
| +
|
| + // Associates an active version to documents matched with a scope of the
|
| + // version.
|
| + static void AssociateActiveVersionToDocuments(
|
| base::WeakPtr<ServiceWorkerContextCore> context,
|
| ServiceWorkerVersion* version);
|
|
|
|
|