| 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 f8925fa9c3c7887e5bcdc1edf35ce963333667e5..83259c64d23cb4f9f53da7f9396d45f93b15cee6 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl.cc
|
| @@ -133,7 +133,8 @@ int ProxyScriptFetcherImpl::Fetch(
|
| return OK;
|
| }
|
|
|
| - cur_request_.reset(url_request_context_->CreateRequest(url, this));
|
| + cur_request_.reset(
|
| + url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this));
|
| cur_request_->set_method("GET");
|
|
|
| // Make sure that the PAC script is downloaded using a direct connection,
|
|
|