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 8f9b95881c5675ee59cc9ff7cde0795abe88e9cd..8b39900a261d51b1a9fd71586c356a47909aba73 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -168,3 +168,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_allow_one_address_change, false) |
// If true, no longer send or process the SRBF value in QuicConfig. |
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer, true) |
+ |
+// If true, multipath bit is not used in public flag. |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_remove_multipath_bit, true) |