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

Unified Diff: net/tools/quic/quic_spdy_client_stream_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/tools/quic/quic_client_session_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_client_stream_test.cc
diff --git a/net/tools/quic/quic_spdy_client_stream_test.cc b/net/tools/quic/quic_spdy_client_stream_test.cc
index 715fda03407f016693f6f38aae025f8ec8af0eeb..8b42df5a56a96e1a5ff9d4a5b3d7a3e7d4104851 100644
--- a/net/tools/quic/quic_spdy_client_stream_test.cc
+++ b/net/tools/quic/quic_spdy_client_stream_test.cc
@@ -42,7 +42,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/tools/quic/quic_client_session_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698