| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 21f43ed3e5f52afde88ba7c706eff08a5e6aefb8..1b55bf727607fcee92e96bf7c8617c3863a6db49 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -778,7 +778,7 @@ DownloadInterruptReason ResourceDispatcherHostImpl::BeginDownload(
|
|
|
| request_id_--;
|
|
|
| - const net::URLRequestContext* request_context = context->GetRequestContext();
|
| + const net::URLRequestContext* request_context = request->context();
|
| if (!request_context->job_factory()->IsHandledURL(url)) {
|
| DVLOG(1) << "Download request for unsupported protocol: "
|
| << url.possibly_invalid_spec();
|
|
|