Index: net/quic/core/quic_flags_list.h |
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
index 394b388ca88157324f684ee093833ef0d83b38c7..7b020cd386fc5dc56fd7b828a9730a72f466449f 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -174,7 +174,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_add_tso_cwnd, false) |
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_38, true) |
// If true, enable QUIC v39. |
-QUIC_FLAG(bool, FLAGS_quic_enable_version_39, false) |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_39, false) |
// If true, on client side, 8-byte connection ID in public header is read and |
// written in big endian. |