| 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 e594cb76d5aef0b6545234d41d7bfa1bb0eee8c1..6eeb1cae246119c52cc5f7bce74d64fd00675d7a 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -781,7 +781,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();
|
|
|