| Index: net/quic/crypto/proof_verifier.h
|
| diff --git a/net/quic/crypto/proof_verifier.h b/net/quic/crypto/proof_verifier.h
|
| index 0ec346aeb1305f8de0def2d5d214f82dbdde7d26..306c9cd58d3f0963e7a371483ec7cd09c567369d 100644
|
| --- a/net/quic/crypto/proof_verifier.h
|
| +++ b/net/quic/crypto/proof_verifier.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/net_export.h"
|
| +#include "net/quic/quic_protocol.h"
|
| #include "net/quic/quic_types.h"
|
|
|
| namespace net {
|
| @@ -75,6 +76,8 @@ class NET_EXPORT_PRIVATE ProofVerifier {
|
| // case of RSA.
|
| virtual QuicAsyncStatus VerifyProof(const std::string& hostname,
|
| const std::string& server_config,
|
| + QuicVersion quic_version,
|
| + base::StringPiece chlo_hash,
|
| const std::vector<std::string>& certs,
|
| const std::string& cert_sct,
|
| const std::string& signature,
|
|
|