| Index: content/browser/service_worker/service_worker_url_request_job.h
|
| diff --git a/content/browser/service_worker/service_worker_url_request_job.h b/content/browser/service_worker/service_worker_url_request_job.h
|
| index 53916a7122ee128634ab31b3f1acd97a239c4d17..599586ac1940e0064a6e3430a7309c8639d33652 100644
|
| --- a/content/browser/service_worker/service_worker_url_request_job.h
|
| +++ b/content/browser/service_worker/service_worker_url_request_job.h
|
| @@ -38,6 +38,7 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob
|
| net::NetworkDelegate* network_delegate,
|
| base::WeakPtr<ServiceWorkerProviderHost> provider_host,
|
| base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
|
| + FetchRequestMode request_mode,
|
| scoped_refptr<ResourceRequestBody> body);
|
|
|
| // Sets the response type.
|
| @@ -158,6 +159,7 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob
|
| scoped_ptr<ServiceWorkerFetchDispatcher> fetch_dispatcher_;
|
| base::WeakPtr<storage::BlobStorageContext> blob_storage_context_;
|
| scoped_ptr<net::URLRequest> blob_request_;
|
| + FetchRequestMode request_mode_;
|
| // ResourceRequestBody has a collection of BlobDataHandles attached to it
|
| // using the userdata mechanism. So we have to keep it not to free the blobs.
|
| scoped_refptr<ResourceRequestBody> body_;
|
|
|