| Index: net/quic/core/quic_protocol.h
|
| diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
|
| index e739747bbcea58839e06d4df115b481078c6ef84..1c3e3add689e9cd7bbf96e00b3100c39a8b78f0f 100644
|
| --- a/net/quic/core/quic_protocol.h
|
| +++ b/net/quic/core/quic_protocol.h
|
| @@ -622,7 +622,7 @@ class NET_EXPORT_PRIVATE QuicVersionManager {
|
| const QuicVersionVector& GetSupportedVersions();
|
|
|
| private:
|
| - // FLAGS_quic_enable_version_36_v2
|
| + // FLAGS_quic_enable_version_36_v3
|
| bool enable_version_36_;
|
| // The list of versions that may be supported.
|
| QuicVersionVector allowed_supported_versions_;
|
|
|