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

Unified Diff: net/quic/crypto/properties_based_quic_server_info_test.cc

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/quic/crypto/properties_based_quic_server_info_test.cc
diff --git a/net/quic/crypto/properties_based_quic_server_info_test.cc b/net/quic/crypto/properties_based_quic_server_info_test.cc
index 3fb40e8f8fa9f68f680cd3046207de2176651c42..2e9c2d371a2a8b29ae5b0eff294db6ed9578e0d1 100644
--- a/net/quic/crypto/properties_based_quic_server_info_test.cc
+++ b/net/quic/crypto/properties_based_quic_server_info_test.cc
@@ -26,7 +26,7 @@ const std::string kCertB("cert_b");
class PropertiesBasedQuicServerInfoTest : public ::testing::Test {
protected:
PropertiesBasedQuicServerInfoTest()
- : server_id_("www.google.com", 443, true, PRIVACY_MODE_DISABLED),
+ : server_id_("www.google.com", 443, PRIVACY_MODE_DISABLED),
server_info_(server_id_, http_server_properties_.GetWeakPtr()) {}
// Initialize |server_info_| object and persist it.

Powered by Google App Engine
This is Rietveld 408576698