| Index: net/quic/core/quic_protocol.h
|
| diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
|
| index 74a6d3d52335b15d1d054840a3d8a8f9e12f8c57..89b4c6bc4fb3a5b0786ef5b3f2b070eb1c791e6e 100644
|
| --- a/net/quic/core/quic_protocol.h
|
| +++ b/net/quic/core/quic_protocol.h
|
| @@ -630,8 +630,6 @@ class NET_EXPORT_PRIVATE QuicVersionManager {
|
| const QuicVersionVector& GetSupportedVersions();
|
|
|
| private:
|
| - // FLAGS_quic_enable_version_35
|
| - bool enable_version_35_;
|
| // FLAGS_quic_enable_version_36_v2
|
| bool enable_version_36_;
|
| // The list of versions that may be supported.
|
|
|