Index: net/quic/congestion_control/tcp_cubic_sender_packets_test.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets_test.cc b/net/quic/congestion_control/tcp_cubic_sender_packets_test.cc |
index 91094a692013666d928b92d241590363f3a71169..bc3ce2457e5390619ed12b1dda4dea401a69107b 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_packets_test.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender_packets_test.cc |
@@ -243,7 +243,6 @@ TEST_F(TcpCubicSenderPacketsTest, SlowStartPacketLoss) { |
} |
TEST_F(TcpCubicSenderPacketsTest, SlowStartPacketLossWithLargeReduction) { |
- FLAGS_quic_sslr_limit_reduction = true; |
QuicConfig config; |
QuicTagVector options; |
options.push_back(kSSLR); |
@@ -338,7 +337,6 @@ TEST_F(TcpCubicSenderPacketsTest, SlowStartHalfPacketLossWithLargeReduction) { |
} |
TEST_F(TcpCubicSenderPacketsTest, SlowStartPacketLossWithMaxHalfReduction) { |
- FLAGS_quic_sslr_limit_reduction = true; |
QuicConfig config; |
QuicTagVector options; |
options.push_back(kSSLR); |