| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 770a0f702ed5ada9fb69d81555ea62b26354a0b8..7d33a8a437b21611974ba9fd1365382fcc7a7212 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -109,8 +109,6 @@ const size_t kStartOfHashData = 0;
|
|
|
| // Limit on the delta between stream IDs.
|
| const QuicStreamId kMaxStreamIdDelta = 200;
|
| -// Limit on the delta between header IDs.
|
| -const QuicHeaderId kMaxHeaderIdDelta = 200;
|
|
|
| // Reserved ID for the crypto stream.
|
| const QuicStreamId kCryptoStreamId = 1;
|
|
|