Chromium Code Reviews

Unified Diff: net/http/http_proxy_client_socket_pool_unittest.cc

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 0198b05b0c8ebf614b821af2be13703111e8c0dc..2810f4e0bc60ab7e7a6e85f8fd47834f13ba09a2 100644
--- a/net/http/http_proxy_client_socket_pool_unittest.cc
+++ b/net/http/http_proxy_client_socket_pool_unittest.cc
@@ -75,7 +75,7 @@ class HttpProxyClientSocketPoolTest
&ssl_histograms_,
session_deps_.host_resolver.get(),
session_deps_.cert_verifier.get(),
- NULL /* server_bound_cert_store */,
+ NULL /* channel_id_store */,
NULL /* transport_security_state */,
NULL /* cert_transparency_verifier */,
std::string() /* ssl_session_cache_shard */,

Powered by Google App Engine