| Index: net/quic/crypto/quic_crypto_client_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.h b/net/quic/crypto/quic_crypto_client_config.h
|
| index 8aa4527bd735f9f5dc6e7383939677d5462a32cd..9e0c3b6cd79ba50d3f8133ef9cef1e52eac7ada5 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.h
|
| +++ b/net/quic/crypto/quic_crypto_client_config.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| #include "net/quic/crypto/crypto_handshake.h"
|
| +#include "net/quic/crypto/quic_crypto_server_config.h"
|
| #include "net/quic/quic_protocol.h"
|
| #include "net/quic/quic_server_id.h"
|
|
|
| @@ -208,6 +209,9 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig {
|
| QuicCryptoNegotiatedParameters* out_params,
|
| std::string* error_details);
|
|
|
| + // Packs the |reason| into an uint32 value.
|
| + uint32 RejectReasonToPackedError(HandshakeFailureReason reason);
|
| +
|
| ProofVerifier* proof_verifier() const;
|
|
|
| // SetProofVerifier takes ownership of a |ProofVerifier| that clients are
|
|
|