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

Unified Diff: net/http/http_proxy_client_socket_pool_unittest.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: net/http/http_proxy_client_socket_pool_unittest.cc
diff --git a/net/http/http_proxy_client_socket_pool_unittest.cc b/net/http/http_proxy_client_socket_pool_unittest.cc
index 9f3a652730d46db9bf23fbd1151466ece4f45155..68873252937e40110c5d14df7c873fa8ff638b94 100644
--- a/net/http/http_proxy_client_socket_pool_unittest.cc
+++ b/net/http/http_proxy_client_socket_pool_unittest.cc
@@ -77,6 +77,7 @@ class HttpProxyClientSocketPoolTest
session_deps_.cert_verifier.get(),
NULL /* server_bound_cert_store */,
NULL /* transport_security_state */,
+ NULL /* ssl_host_info_factory */,
NULL /* cert_transparency_verifier */,
wtc 2014/01/15 19:08:59 Reverse these two arguments, to match the argument
ramant (doing other things) 2014/01/18 00:21:56 Done.
std::string() /* ssl_session_cache_shard */,
session_deps_.deterministic_socket_factory.get(),

Powered by Google App Engine
This is Rietveld 408576698