Set `gfe2_restart_flag_quic_opport_bundle_qpack_decoder_data5` to true on chromium. The failing Chromium tests should have fixed by https://chromium-review.googlesource.com/c/chromium/src/+/5545144. PiperOrigin-RevId: 635819235
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 61fa4f9..8945726 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -40,7 +40,7 @@ // If true, an endpoint does not detect path degrading or blackholing until handshake gets confirmed. QUIC_FLAG(quic_reloadable_flag_quic_no_path_degrading_before_handshake_confirmed, true) // If true, bundle qpack decoder data with other frames opportunistically. -QUIC_FLAG(quic_restart_flag_quic_opport_bundle_qpack_decoder_data5, false) +QUIC_FLAG(quic_restart_flag_quic_opport_bundle_qpack_decoder_data5, true) // If true, default-enable 5RTO blachole detection. QUIC_FLAG(quic_reloadable_flag_quic_default_enable_5rto_blackhole_detection2, true) // If true, disable QUIC version Q046.