Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1509)

Unified Diff: chrome/browser/io_thread.cc

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with TOT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698