| 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 d07163602a3f958a52e35627e9e9eb1fb351d609..f190ca8f588c06bf2410d8292700821d2e306925 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -136,10 +136,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_force_hol_blocking, true)
|
| // allow CHLO packets to be buffered until next iteration of the event loop.
|
| QUIC_FLAG(bool, FLAGS_quic_allow_chlo_buffering, true)
|
|
|
| -// If true, fix version manager bug, in which version flag does not really
|
| -// help.
|
| -QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_fix_version_manager, true)
|
| -
|
| // Add a new client connection options field to QuicOptions which is only used
|
| // to configure client side features, such as congestion control.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_client_connection_options, true)
|
|
|