| Index: net/quic/crypto/proof_verifier.h
|
| diff --git a/net/quic/crypto/proof_verifier.h b/net/quic/crypto/proof_verifier.h
|
| index 87339da4208f5654a38f27e3dfffddc30863ae01..0ec346aeb1305f8de0def2d5d214f82dbdde7d26 100644
|
| --- a/net/quic/crypto/proof_verifier.h
|
| +++ b/net/quic/crypto/proof_verifier.h
|
| @@ -76,6 +76,7 @@ class NET_EXPORT_PRIVATE ProofVerifier {
|
| virtual QuicAsyncStatus VerifyProof(const std::string& hostname,
|
| const std::string& server_config,
|
| const std::vector<std::string>& certs,
|
| + const std::string& cert_sct,
|
| const std::string& signature,
|
| const ProofVerifyContext* context,
|
| std::string* error_details,
|
|
|