Index: net/quic/quic_connection_test.cc |
diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc |
index 8eb967493148fec2c56cd9a6e26a0ab6efcc7af7..05d8f2a75288132380e8b61ea3663b3edeb34444 100644 |
--- a/net/quic/quic_connection_test.cc |
+++ b/net/quic/quic_connection_test.cc |
@@ -4649,8 +4649,6 @@ TEST_P(QuicConnectionTest, FecSendPolicyReceivedConnectionOption) { |
if (GetParam().fec_send_policy == FEC_ALARM_TRIGGER) { |
return; |
} |
- ValueRestore<bool> old_flag(&FLAGS_quic_send_fec_packet_only_on_fec_alarm, |
- true); |
connection_.set_perspective(Perspective::IS_SERVER); |
// Test ReceivedConnectionOptions. |