| 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..e3c055848efe86aea6d778930ed9a57773a5a196 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -94,6 +94,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);
|
|
|