gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_get_handshake_state.

PiperOrigin-RevId: 299184329
Change-Id: Iacba5eccae91762154dca5adecf33e049bd0c648
diff --git a/quic/core/quic_connection_test.cc b/quic/core/quic_connection_test.cc
index 9753ba1..ce0829f 100644
--- a/quic/core/quic_connection_test.cc
+++ b/quic/core/quic_connection_test.cc
@@ -8177,10 +8177,8 @@
   EXPECT_CALL(*send_algorithm_, OnApplicationLimited(_)).Times(0);
   ASSERT_EQ(0u, connection_.GetStats().packets_sent);
   connection_.set_fill_up_link_during_probing(true);
-  if (GetQuicReloadableFlag(quic_use_get_handshake_state)) {
-    EXPECT_CALL(visitor_, GetHandshakeState())
-        .WillRepeatedly(Return(HANDSHAKE_COMPLETE));
-  }
+  EXPECT_CALL(visitor_, GetHandshakeState())
+      .WillRepeatedly(Return(HANDSHAKE_COMPLETE));
   connection_.OnHandshakeComplete();
   connection_.SendStreamData3();