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

Unified Diff: net/quic/quic_client_promised_info_test.cc

Issue 1808963003: Change QUIC tests that use port 80 to use 443. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116964633
Patch Set: Created 4 years, 9 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
« no previous file with comments | « net/quic/crypto/quic_crypto_client_config_test.cc ('k') | net/quic/quic_client_push_promise_index_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_promised_info_test.cc
diff --git a/net/quic/quic_client_promised_info_test.cc b/net/quic/quic_client_promised_info_test.cc
index 3f72e7dc43e594ae03b7bc6486b2cf8e4e25a3b7..1084cae16baa406c78d2fc93c31e03bc9f0a5082 100644
--- a/net/quic/quic_client_promised_info_test.cc
+++ b/net/quic/quic_client_promised_info_test.cc
@@ -44,7 +44,7 @@ class MockQuicClientSession : public QuicClientSession {
: QuicClientSession(
DefaultQuicConfig(),
connection,
- QuicServerId("example.com", 80, PRIVACY_MODE_DISABLED),
+ QuicServerId("example.com", 443, PRIVACY_MODE_DISABLED),
&crypto_config_,
push_promise_index),
crypto_config_(CryptoTestUtils::ProofVerifierForTesting()),
« no previous file with comments | « net/quic/crypto/quic_crypto_client_config_test.cc ('k') | net/quic/quic_client_push_promise_index_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698