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

Unified Diff: components/cronet/android/test/quic_test_server.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 | « chrome/browser/io_thread_unittest.cc ('k') | components/cronet/ios/test/quic_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/quic_test_server.cc
diff --git a/components/cronet/android/test/quic_test_server.cc b/components/cronet/android/test/quic_test_server.cc
index cbcf2ccf5e3df7816cf62cb2514c86c1d5ecb231..beb5712642f9e89dda60f7d06db64b32a87ab390 100644
--- a/components/cronet/android/test/quic_test_server.cc
+++ b/components/cronet/android/test/quic_test_server.cc
@@ -54,7 +54,7 @@ void StartOnServerThread(const base::FilePath& test_files_root,
directory.Append("quic_test.example.com.key.pkcs8"),
directory.Append("quic_test.example.com.key.sct")));
g_quic_server = new net::QuicSimpleServer(std::move(proof_source), config,
- net::QuicSupportedVersions());
+ net::AllSupportedVersions());
// Start listening.
int rv = g_quic_server->Listen(
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | components/cronet/ios/test/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698