| Index: net/quic/core/quic_error_codes.h
|
| diff --git a/net/quic/core/quic_error_codes.h b/net/quic/core/quic_error_codes.h
|
| index 38750a587bcb9d168ebbf4eb65345101195918c5..2a6f335bb45ccd93fbdfeec9c907d859bfd46e96 100644
|
| --- a/net/quic/core/quic_error_codes.h
|
| +++ b/net/quic/core/quic_error_codes.h
|
| @@ -174,8 +174,6 @@ enum QuicErrorCode {
|
| QUIC_BAD_PACKET_LOSS_RATE = 71,
|
| // Disabled QUIC because of too many PUBLIC_RESETs post handshake.
|
| QUIC_PUBLIC_RESETS_POST_HANDSHAKE = 73,
|
| - // Disabled QUIC because of too many timeouts with streams open.
|
| - QUIC_TIMEOUTS_WITH_OPEN_STREAMS = 74,
|
| // Closed because we failed to serialize a packet.
|
| QUIC_FAILED_TO_SERIALIZE_PACKET = 75,
|
| // QUIC timed out after too many RTOs.
|
|
|