| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index f8ab188a30f7b2cbc61f1e0927dbe8f6e621b3e4..ba69695d2536954685c29c327adee4241cd67dea 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -196,7 +196,8 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| RequestContextFrameType frame_type,
|
| base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
|
| scoped_refptr<ResourceRequestBodyImpl> body,
|
| - bool skip_service_worker);
|
| + bool skip_service_worker,
|
| + NetworkFallbackCallback network_fallback_callback);
|
|
|
| // Used to get a ServiceWorkerObjectInfo to send to the renderer. Finds an
|
| // existing ServiceWorkerHandle, and increments its reference count, or else
|
|
|