| Index: net/quic/core/quic_version_manager.h
|
| diff --git a/net/quic/core/quic_version_manager.h b/net/quic/core/quic_version_manager.h
|
| index d6664b82e12b167c176cf599cded86a22d424c38..f226183a12be755f909f44f6aed0414e6b65f4a2 100644
|
| --- a/net/quic/core/quic_version_manager.h
|
| +++ b/net/quic/core/quic_version_manager.h
|
| @@ -39,8 +39,6 @@ class QUIC_EXPORT_PRIVATE QuicVersionManager {
|
| bool enable_version_37_;
|
| // FLAGS_quic_reloadable_flag_quic_enable_version_36_v3
|
| bool enable_version_36_;
|
| - // FLAGS_quic_reloadable_flag_quic_disable_version_34
|
| - bool disable_version_34_;
|
| // The list of versions that may be supported.
|
| QuicVersionVector allowed_supported_versions_;
|
| // This vector contains QUIC versions which are currently supported based on
|
|
|