| Index: content/browser/service_worker/service_worker_url_loader_factory_creation.h
|
| diff --git a/content/browser/service_worker/service_worker_url_loader_factory_creation.h b/content/browser/service_worker/service_worker_url_loader_factory_creation.h
|
| index aa09d2f719f6ab702f54feb258d2cfce5eb68284..fdf4549a4398aea40223ce4752a92c3780e08bc7 100644
|
| --- a/content/browser/service_worker/service_worker_url_loader_factory_creation.h
|
| +++ b/content/browser/service_worker/service_worker_url_loader_factory_creation.h
|
| @@ -11,6 +11,8 @@
|
|
|
| namespace content {
|
|
|
| +class ServiceWorkerProviderHost;
|
| +
|
| // This class is used to route network requests to ServiceWorkers when
|
| // --enable-network-service is used.
|
| class ServiceWorkerURLLoaderFactoryCreation {
|
| @@ -18,6 +20,9 @@ class ServiceWorkerURLLoaderFactoryCreation {
|
| static mojom::URLLoaderFactoryPtrInfo InitializeForNavigation(
|
| const NavigationFactoryCreationData& creation_data);
|
|
|
| + static mojom::URLLoaderFactoryPtrInfo InitializeForRenderer(
|
| + ServiceWorkerProviderHost* provider_host);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ServiceWorkerURLLoaderFactoryCreation);
|
| };
|
|
|