| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 060beb6191a99ad6762a27d5c411960aec7ece93..1b1c7373bbbb42564291b1bde4a9b5d2f0d190f7 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -88,10 +88,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
| // memory in time.
|
| QUIC_FLAG(bool, FLAGS_quic_sequencer_buffer_retire_block_in_time, true)
|
|
|
| -// Remove obsolete code to force QUIC to go forward secure, now that the server
|
| -// immediately goes forward secure.
|
| -QUIC_FLAG(bool, FLAGS_quic_remove_obsolete_forward_secure, true)
|
| -
|
| // If true, close QUIC connection explicitly on write error due to packet being
|
| // too large.
|
| QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
|
|
|