| 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 312522aa01ba1a418e23e78744a7a8ea1c19b859..c5701206a54deb53eebdb307a40db15ac5caf363 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -204,3 +204,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_fix_quic_callback_crash, true)
|
| // If true, enable version 38 which supports new PADDING frame and respects NSTP
|
| // connection option.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_version_38, false)
|
| +
|
| +// If true, enable QUIC v39.
|
| +QUIC_FLAG(bool, FLAGS_quic_enable_version_39, false)
|
|
|