Chromium Code Reviews

Unified Diff: net/socket/ssl_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/socket/ssl_client_socket_pool_unittest.cc
diff --git a/net/socket/ssl_client_socket_pool_unittest.cc b/net/socket/ssl_client_socket_pool_unittest.cc
index e71d0b2c2357683bd4547d075f71d5f4ffcc5209..a443ff13b503cf7a3a853c5a05143c8768b61cc2 100644
--- a/net/socket/ssl_client_socket_pool_unittest.cc
+++ b/net/socket/ssl_client_socket_pool_unittest.cc
@@ -138,7 +138,7 @@ class SSLClientSocketPoolTest
ssl_histograms_.get(),
NULL /* host_resolver */,
NULL /* cert_verifier */,
- NULL /* server_bound_cert_service */,
+ NULL /* channel_id_service */,
NULL /* transport_security_state */,
NULL /* cert_transparency_verifier */,
std::string() /* ssl_session_cache_shard */,

Powered by Google App Engine