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

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

Issue 1216943003: Use the CT policy enforcer for QUIC, if specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 5 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_stream_factory_test.cc ('k') | net/tools/quic/quic_client_bin.cc » ('j') | 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 a1df6b9c750a4f466db1da94159b3b3f8b5e9836..f1d60f069a9a02ee4c37c89946a136dc2aa0e2c3 100644
--- a/net/quic/test_tools/crypto_test_utils_chromium.cc
+++ b/net/quic/test_tools/crypto_test_utils_chromium.cc
@@ -26,7 +26,7 @@ class TestProofVerifierChromium : public ProofVerifierChromium {
TestProofVerifierChromium(CertVerifier* cert_verifier,
TransportSecurityState* transport_security_state,
const std::string& cert_file)
- : ProofVerifierChromium(cert_verifier, transport_security_state),
+ : ProofVerifierChromium(cert_verifier, nullptr, transport_security_state),
cert_verifier_(cert_verifier),
transport_security_state_(transport_security_state) {
// Load and install the root for the validated chain.
« no previous file with comments | « net/quic/quic_stream_factory_test.cc ('k') | net/tools/quic/quic_client_bin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698