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

Unified Diff: components/cronet/ios/test/quic_test_server.cc

Issue 2295473002: Move the chromium specific QUIC end-to-end tests from net/quic/core (Closed)
Patch Set: cronet iOS 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 | « components/cronet/android/test/quic_test_server.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/test/quic_test_server.cc
diff --git a/components/cronet/ios/test/quic_test_server.cc b/components/cronet/ios/test/quic_test_server.cc
index 8f64c5b70a0e7634514989305dd8093883fa0d1e..67b887e4ebc3a174fdcaff6b269cedd43553ad21 100644
--- a/components/cronet/ios/test/quic_test_server.cc
+++ b/components/cronet/ios/test/quic_test_server.cc
@@ -76,8 +76,10 @@ void StartQuicServerOnServerThread(const base::FilePath& test_files_root,
directory.Append("quic_test.example.com.crt"),
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::AllSupportedVersions());
+ g_quic_server =
+ new net::QuicSimpleServer(std::move(proof_source), config,
+ net::QuicCryptoServerConfig::ConfigOptions(),
+ net::AllSupportedVersions());
// Start listening.
int rv = g_quic_server->Listen(
« no previous file with comments | « components/cronet/android/test/quic_test_server.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698