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

Unified Diff: net/quic/test_tools/crypto_test_utils_chromium.cc

Issue 1404053002: relnote: Disables strike register lookups when talking QUIC_VERSION_27 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Remove_unused_supported_versions_103964623
Patch Set: Use a smaller cert and delete the TODO Created 5 years, 2 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/quic_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/crypto_test_utils_chromium.cc
diff --git a/net/quic/test_tools/crypto_test_utils_chromium.cc b/net/quic/test_tools/crypto_test_utils_chromium.cc
index 41e5dc77bde59b680bed3e20f6fa3365c218fba7..f1201d94686ac49a9c18ae557e9709a12c1ecf49 100644
--- a/net/quic/test_tools/crypto_test_utils_chromium.cc
+++ b/net/quic/test_tools/crypto_test_utils_chromium.cc
@@ -120,7 +120,7 @@ ProofSource* CryptoTestUtils::ProofSourceForTesting() {
ProofSourceChromium* source = new ProofSourceChromium();
base::FilePath certs_dir = GetTestCertsDirectory();
CHECK(source->Initialize(
- certs_dir.AppendASCII("quic_chain.crt"),
+ certs_dir.AppendASCII("quic_test.example.com.crt"),
certs_dir.AppendASCII("quic_test.example.com.key.pkcs8")));
return source;
#else
« no previous file with comments | « net/quic/quic_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698