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 319b0d93a07c6701d66fc76bbc98d8f1f6c8259b..cb269ac8ab5c697c5aa9b69577e9d2c0bde7b8d9 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -25,6 +25,7 @@ class BlobStorageContext; |
namespace content { |
+enum FetchRequestMode; |
class ResourceRequestBody; |
class ServiceWorkerContextCore; |
class ServiceWorkerDispatcherHost; |
@@ -94,6 +95,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
// Returns a handler for a request, the handler may return NULL if |
// the request doesn't require special handling. |
scoped_ptr<ServiceWorkerRequestHandler> CreateRequestHandler( |
+ FetchRequestMode request_mode, |
ResourceType resource_type, |
base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
scoped_refptr<ResourceRequestBody> body); |