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 3cfc6eabdb63e83c8821520bd865f4a74fec5954..0d18381da52817a1cd9b8aee709bf9e78e28db71 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -174,7 +174,8 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
RequestContextType request_context_type, |
RequestContextFrameType frame_type, |
base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
- scoped_refptr<ResourceRequestBodyImpl> body); |
+ scoped_refptr<ResourceRequestBodyImpl> body, |
+ bool skip_service_worker); |
// Used to get a ServiceWorkerObjectInfo to send to the renderer. Finds an |
// existing ServiceWorkerHandle, and increments its reference count, or else |