Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1596)

Unified Diff: net/tools/quic/quic_server_session_test.cc

Issue 1032483003: Deprecate FLAGS_quic_enable_bandwidth_resumption_experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_extra_newline_88898832
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/quic_server_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « net/tools/quic/quic_server_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698