| Index: net/proxy/proxy_script_fetcher_impl.cc
|
| ===================================================================
|
| --- net/proxy/proxy_script_fetcher_impl.cc (revision 255909)
|
| +++ net/proxy/proxy_script_fetcher_impl.cc (working copy)
|
| @@ -135,7 +135,7 @@
|
| }
|
|
|
| cur_request_ =
|
| - url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this);
|
| + url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this, NULL);
|
| cur_request_->set_method("GET");
|
|
|
| // Make sure that the PAC script is downloaded using a direct connection,
|
|
|