Index: net/tools/quic/quic_server_session_test.cc |
diff --git a/net/tools/quic/quic_server_session_test.cc b/net/tools/quic/quic_server_session_test.cc |
index e284d34a93ff3c04edb36e611c2caa8c4a3044ac..3ac0ce0549a5c4152284c5938512265465dc8dbe 100644 |
--- a/net/tools/quic/quic_server_session_test.cc |
+++ b/net/tools/quic/quic_server_session_test.cc |
@@ -382,9 +382,6 @@ TEST_P(QuicServerSessionTest, BandwidthEstimates) { |
} |
TEST_P(QuicServerSessionTest, BandwidthResumptionExperiment) { |
- ValueRestore<bool> old_flag( |
- &FLAGS_quic_enable_bandwidth_resumption_experiment, true); |
- |
// Test that if a client provides a CachedNetworkParameters with the same |
// serving region as the current server, that this data is passed down to the |
// send algorithm. |