Index: net/proxy/proxy_script_fetcher_impl.cc |
diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc |
index d69200f91a56577c2f8b7ce9f228224a1d05ca67..45adb6a69ab3eb23d5563fd13f4a8a5884a7f40b 100644 |
--- a/net/proxy/proxy_script_fetcher_impl.cc |
+++ b/net/proxy/proxy_script_fetcher_impl.cc |
@@ -134,8 +134,7 @@ int ProxyScriptFetcherImpl::Fetch( |
return OK; |
} |
- cur_request_.reset(new URLRequest(url, this)); |
- cur_request_->set_context(url_request_context_); |
+ cur_request_.reset(new URLRequest(url, this, url_request_context_)); |
cur_request_->set_method("GET"); |
// Make sure that the PAC script is downloaded using a direct connection, |