Mark chrome_value false for gfe2_reloadable_flag_quic_send_path_response2. PiperOrigin-RevId: 362327001 Change-Id: I2a2c2d6a68b07eaac81d1f69f25adc8674ef47bd
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 5134799..1894b24 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -52,7 +52,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_preempt_stream_data_with_handshake_packet, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_reject_unexpected_ietf_frame_types, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_require_handshake_confirmation, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_path_response2, true) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_path_response2, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_timestamps, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_tls_crypto_error_code, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_server_reverse_validate_new_path, false)