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

Unified Diff: net/quic/core/quic_end_to_end_unittest.cc

Issue 2236973002: Landing Recent QUIC changes until 4AM, Aug 7, 2016 UTC-4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: flip quic_sequencer_buffer_retire_block_in_time to true Created 4 years, 4 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/core/quic_crypto_stream.cc ('k') | net/quic/core/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_end_to_end_unittest.cc
diff --git a/net/quic/core/quic_end_to_end_unittest.cc b/net/quic/core/quic_end_to_end_unittest.cc
index a2df10d3c7bee31fbfd451978d9dc8d4238578e6..4e29c6fff3af90a946a257726abe2ecc95bfd4c7 100644
--- a/net/quic/core/quic_end_to_end_unittest.cc
+++ b/net/quic/core/quic_end_to_end_unittest.cc
@@ -187,7 +187,7 @@ class QuicEndToEndTest : public ::testing::TestWithParam<TestParams> {
server_config_options_.token_binding_enabled = true;
QuicServer* server =
new QuicServer(CryptoTestUtils::ProofSourceForTesting(), server_config_,
- server_config_options_, QuicSupportedVersions());
+ server_config_options_, AllSupportedVersions());
server_thread_.reset(new ServerThread(server, server_address_,
strike_register_no_startup_period_));
server_thread_->Initialize();
« no previous file with comments | « net/quic/core/quic_crypto_stream.cc ('k') | net/quic/core/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698