| Index: net/quic/core/quic_protocol.h
|
| diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
|
| index 466c9c06a7fd5cb9aa64cb0d39836e6b5267d34b..bfe61f7c64f45f935fae7401e80c97f0f7eb006c 100644
|
| --- a/net/quic/core/quic_protocol.h
|
| +++ b/net/quic/core/quic_protocol.h
|
| @@ -1421,7 +1421,7 @@ class NET_EXPORT_PRIVATE QuicVersionManager {
|
| private:
|
| // FLAGS_quic_enable_version_35
|
| bool enable_quic_version_35_;
|
| - // FLAGS_quic_enable_version_36
|
| + // FLAGS_quic_enable_version_36_v2
|
| bool enable_quic_version_36_;
|
| // The list of versions that may be supported.
|
| QuicVersionVector allowed_supported_versions_;
|
|
|