Deprecate gfe2_restart_flag_quic_opport_bundle_qpack_decoder_data5.
PiperOrigin-RevId: 653047871
diff --git a/quiche/quic/core/quic_connection_test.cc b/quiche/quic/core/quic_connection_test.cc
index 28bb07c..e040c76 100644
--- a/quiche/quic/core/quic_connection_test.cc
+++ b/quiche/quic/core/quic_connection_test.cc
@@ -704,10 +704,8 @@
EXPECT_CALL(visitor_, OnCongestionWindowChange(_)).Times(AnyNumber());
EXPECT_CALL(visitor_, OnPacketReceived(_, _, _)).Times(AnyNumber());
EXPECT_CALL(visitor_, OnSuccessfulVersionNegotiation(_)).Times(AnyNumber());
- if (GetQuicRestartFlag(quic_opport_bundle_qpack_decoder_data5)) {
- EXPECT_CALL(visitor_, MaybeBundleOpportunistically()).Times(AnyNumber());
- EXPECT_CALL(visitor_, GetFlowControlSendWindowSize(_)).Times(AnyNumber());
- }
+ EXPECT_CALL(visitor_, MaybeBundleOpportunistically()).Times(AnyNumber());
+ EXPECT_CALL(visitor_, GetFlowControlSendWindowSize(_)).Times(AnyNumber());
EXPECT_CALL(visitor_, OnOneRttPacketAcknowledged())
.Times(testing::AtMost(1));
EXPECT_CALL(*loss_algorithm_, GetLossTimeout())