Index: net/quic/test_tools/crypto_test_utils.h |
diff --git a/net/quic/test_tools/crypto_test_utils.h b/net/quic/test_tools/crypto_test_utils.h |
index 28202ad7b697fece165f4156fb32cdb4ee5ec8d6..b4a672e12c05be135a4166512447d9ba0a6739a7 100644 |
--- a/net/quic/test_tools/crypto_test_utils.h |
+++ b/net/quic/test_tools/crypto_test_utils.h |
@@ -15,6 +15,7 @@ |
namespace net { |
class ProofSource; |
+class ProofVerifier; |
class QuicClock; |
class QuicConfig; |
class QuicCryptoClientStream; |
@@ -59,6 +60,9 @@ class CryptoTestUtils { |
// Returns a |ProofSource| that serves up test certificates. |
static ProofSource* ProofSourceForTesting(); |
+ // Returns a |ProofVerifier| that uses the QUIC testing root CA. |
+ static ProofVerifier* ProofVerifierForTesting(); |
+ |
private: |
static void CompareClientAndServerKeys(QuicCryptoClientStream* client, |
QuicCryptoServerStream* server); |