| Index: net/quic/crypto/crypto_handshake_message.h
|
| diff --git a/net/quic/crypto/crypto_handshake_message.h b/net/quic/crypto/crypto_handshake_message.h
|
| index fcb39307b1c1cb3aadb6f95acd9ae5ab09f2d310..7b686596ce64e25c6189b462f5b66fdec6fecd80 100644
|
| --- a/net/quic/crypto/crypto_handshake_message.h
|
| +++ b/net/quic/crypto/crypto_handshake_message.h
|
| @@ -85,7 +85,6 @@ class NET_EXPORT_PRIVATE CryptoHandshakeMessage {
|
| QuicErrorCode GetNthValue24(QuicTag tag,
|
| unsigned index,
|
| base::StringPiece* out) const;
|
| - QuicErrorCode GetUint16(QuicTag tag, uint16* out) const;
|
| QuicErrorCode GetUint32(QuicTag tag, uint32* out) const;
|
| QuicErrorCode GetUint64(QuicTag tag, uint64* out) const;
|
|
|
|
|