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

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

Issue 1421853006: Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 5 years, 1 month 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 | « no previous file | net/data/ssl/certificates/quic_test.example.com.key.sct » ('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 dcb70dc91e391875ee1f438c118b48a389cd988b..20a45143161115494d3d3b4256cfb19ba2984473 100644
--- a/components/cronet/android/test/quic_test_server.cc
+++ b/components/cronet/android/test/quic_test_server.cc
@@ -50,7 +50,8 @@ void StartOnServerThread(const base::FilePath& test_files_root) {
net::ProofSourceChromium* proof_source = new net::ProofSourceChromium();
CHECK(proof_source->Initialize(
directory.Append("quic_test.example.com.crt"),
- directory.Append("quic_test.example.com.key.pkcs8")));
+ directory.Append("quic_test.example.com.key.pkcs8"),
+ directory.Append("quic_test.example.com.key.sct")));
g_quic_server = new net::tools::QuicSimpleServer(
proof_source, config, net::QuicSupportedVersions());
« no previous file with comments | « no previous file | net/data/ssl/certificates/quic_test.example.com.key.sct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698