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

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: Rebase Created 6 years, 6 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_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 8a407e5015d76d9f6ddb7264236e7ea33f4bf343..73d32adac857b491a29a91412147b43e352321be 100644
--- a/net/http/http_stream_factory_impl_unittest.cc
+++ b/net/http/http_stream_factory_impl_unittest.cc
@@ -410,7 +410,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
This is Rietveld 408576698