| 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 1ce9dacfe6413c98417f6daed73306468cbc0fa9..b3cfa1fad29a64d2bdb9df507292d9711303c440 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -55,9 +55,6 @@ QUIC_FLAG(bool, FLAGS_quic_use_cheap_stateless_rejects, true)
|
| // connection.
|
| QUIC_FLAG(bool, FLAGS_quic_respect_http2_settings_frame, true)
|
|
|
| -// If true, enables QUIC_VERSION_35.
|
| -QUIC_FLAG(bool, FLAGS_quic_enable_version_35, true)
|
| -
|
| // If true, re-enables QUIC_VERSION_36.
|
| QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v2, true)
|
|
|
|
|