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 e3c055848efe86aea6d778930ed9a57773a5a196..68d725d37f3b43f7e8c1640d08b94e36393dfc4a 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -95,6 +95,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
// the request doesn't require special handling. |
scoped_ptr<ServiceWorkerRequestHandler> CreateRequestHandler( |
FetchRequestMode request_mode, |
+ FetchCredentialsMode credentials_mode, |
ResourceType resource_type, |
base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
scoped_refptr<ResourceRequestBody> body); |