Index: trunk/src/net/proxy/proxy_script_fetcher_impl.cc |
=================================================================== |
--- trunk/src/net/proxy/proxy_script_fetcher_impl.cc (revision 256581) |
+++ trunk/src/net/proxy/proxy_script_fetcher_impl.cc (working copy) |
@@ -135,7 +135,7 @@ |
} |
cur_request_ = |
- url_request_context_->CreateRequest(url, DEFAULT_PRIORITY, this, NULL); |
+ 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, |