Chromium Code Reviews| Index: chrome/browser/io_thread.cc |
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
| index af4638314d5caf594a42e38d32c6d9f553983766..df8216840b4cdefd9ed3d27234bad70a52dbfbf3 100644 |
| --- a/chrome/browser/io_thread.cc |
| +++ b/chrome/browser/io_thread.cc |
| @@ -1034,6 +1034,7 @@ void IOThread::InitSystemRequestContextOnIOThread() { |
| net::HttpNetworkSession::Params system_params; |
| InitializeNetworkSessionParams(&system_params); |
| system_params.net_log = net_log_; |
| + system_params.ssl_host_info_factory = NULL; |
|
wtc
2014/01/15 19:08:59
This change is not necessary because the HttpNetwo
ramant (doing other things)
2014/01/18 00:21:56
Done.
|
| system_params.proxy_service = globals_->system_proxy_service.get(); |
| globals_->system_http_transaction_factory.reset( |