| 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 1fddafa07954d0bfdcfcc4819b8caebe30e5ec2c..a65f007e9b19ce9458aea77224cb15cb64075db5 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.h
|
| +++ b/net/quic/crypto/quic_crypto_client_config.h
|
| @@ -221,9 +221,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig {
|
| // about a future handshake (i.e. an nonce value from the server), then it
|
| // will be saved in |out_params|. |now| is used to judge whether the server
|
| // config in the rejection message has expired. |is_https| is used to track
|
| - // reject reason for secure vs insecure QUIC. If the rejection message
|
| - // indicates that the reject is a stateless-reject, returns error code
|
| - // QUIC_CRYPTO_HANDSHAKE_RECEIVED_STATELESS_REJECT.
|
| + // reject reason for secure vs insecure QUIC.
|
| QuicErrorCode ProcessRejection(const CryptoHandshakeMessage& rej,
|
| QuicWallTime now,
|
| CachedState* cached,
|
|
|