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 8ffbba2dac72d9155c492bb650afee0e4282370c..38b88f974460ce24bff95a6e5d15a56820ea5bab 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -169,3 +169,6 @@ QUIC_FLAG(bool, FLAGS_quic_send_scfg_ttl, true) |
// rest to next event. This flag can be turned on only if |
// --quic_buffer_packet_till_chlo is true. |
QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, false) |
+ |
+// If true, disables QUIC version less than 34. |
+QUIC_FLAG(bool, FLAGS_quic_disable_pre_34, false) |