| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 662c9e7b349f2cd1359adea8257f4aa60cd90f37..36c4f15a7b881d3749ba137171ea1f8ec168f730 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -626,6 +626,11 @@ void IOThread::Init() {
|
| command_line, is_quic_allowed_by_policy_,
|
| http_09_on_non_default_ports_enabled_, ¶ms_);
|
|
|
| + globals_->http_network_session_shared_params.reset(
|
| + new net::HttpNetworkSession::SharedParams());
|
| + params_.shared_dynamic_params =
|
| + globals_->http_network_session_shared_params.get();
|
| +
|
| TRACE_EVENT_BEGIN0("startup",
|
| "IOThread::Init:ProxyScriptFetcherRequestContext");
|
| globals_->proxy_script_fetcher_context.reset(
|
|
|