| 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 1bffec668f3088406041c4c1f66dda3d16e7844b..8aa4527bd735f9f5dc6e7383939677d5462a32cd 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.h
|
| +++ b/net/quic/crypto/quic_crypto_client_config.h
|
| @@ -208,9 +208,6 @@ 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
|
|
|