summaryrefslogtreecommitdiffstats
path: root/net/quic/test_tools/crypto_test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/test_tools/crypto_test_utils.cc')
-rw-r--r--net/quic/test_tools/crypto_test_utils.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
index 73b5bab..08ced13 100644
--- a/net/quic/test_tools/crypto_test_utils.cc
+++ b/net/quic/test_tools/crypto_test_utils.cc
@@ -8,6 +8,7 @@
#include "net/quic/crypto/common_cert_set.h"
#include "net/quic/crypto/crypto_handshake.h"
#include "net/quic/crypto/crypto_server_config.h"
+#include "net/quic/crypto/proof_source_chromium.h"
#include "net/quic/crypto/quic_decrypter.h"
#include "net/quic/crypto/quic_encrypter.h"
#include "net/quic/crypto/quic_random.h"
@@ -501,5 +502,10 @@ CryptoHandshakeMessage CryptoTestUtils::BuildMessage(const char* message_tag,
return *parsed;
}
+// static
+ProofSource* CryptoTestUtils::ProofSourceForTesting() {
+ return new ProofSourceChromium();
+}
+
} // namespace test
} // namespace net