| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 05a8ac9ad196290902b9954d67c037e7e5fc04b9..3cef76da21341c87c752c2bed4fed0f91950605a 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -696,10 +696,6 @@ enum QuicErrorCode {
|
| QUIC_LAST_ERROR = 91,
|
| };
|
|
|
| -// Must be updated any time a QuicErrorCode is deprecated.
|
| -const int kDeprecatedQuicErrorCount = 4;
|
| -const int kActiveQuicErrorCount = QUIC_LAST_ERROR - kDeprecatedQuicErrorCount;
|
| -
|
| typedef char DiversificationNonce[32];
|
|
|
| struct NET_EXPORT_PRIVATE QuicPacketPublicHeader {
|
|
|