| Index: net/url_request/url_fetcher_core.cc
|
| ===================================================================
|
| --- net/url_request/url_fetcher_core.cc (revision 255909)
|
| +++ net/url_request/url_fetcher_core.cc (working copy)
|
| @@ -507,7 +507,7 @@
|
| g_registry.Get().AddURLFetcherCore(this);
|
| current_response_bytes_ = 0;
|
| request_ = request_context_getter_->GetURLRequestContext()->CreateRequest(
|
| - original_url_, DEFAULT_PRIORITY, this);
|
| + original_url_, DEFAULT_PRIORITY, this, NULL);
|
| request_->set_stack_trace(stack_trace_);
|
| int flags = request_->load_flags() | load_flags_;
|
| if (!g_interception_enabled)
|
|
|