Chromium Code Reviews

Unified Diff: net/http/http_stream_factory_impl_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_stream_factory_impl_unittest.cc
diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
index 3bf73964eb7a5f266aaa7450fe32834e1901b430..13a26154dd1bc45515be62fb405465e58478e377 100644
--- a/net/http/http_stream_factory_impl_unittest.cc
+++ b/net/http/http_stream_factory_impl_unittest.cc
@@ -406,7 +406,7 @@ CapturePreconnectsSSLSocketPool::CapturePreconnectsSocketPool(
NULL, // ssl_histograms
host_resolver,
cert_verifier,
- 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