| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 2a16978bb9663f41b71359b0329a963e23c5c73f..b0d29ca849f3b2701d766658ce5d2793343ccc81 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -112,9 +112,6 @@ bool FLAGS_quic_socket_walltimestamps = true;
|
| // enabling it.
|
| bool FLAGS_quic_default_immediate_forward_secure = true;
|
|
|
| -// If true, disables support for QUIC version 29 and earlier.
|
| -bool FLAGS_quic_disable_pre_30 = true;
|
| -
|
| // If true, QUIC respect HTTP2 SETTINGS frame rather than always close the
|
| // connection.
|
| bool FLAGS_quic_respect_http2_settings_frame = true;
|
|
|