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

Unified Diff: net/quic/congestion_control/tcp_cubic_sender_test.cc

Issue 1467453006: Deprecate FLAGS_reset_cubic_epoch_when_app_limited. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107709890
Patch Set: Created 5 years, 1 month 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
Index: net/quic/congestion_control/tcp_cubic_sender_test.cc
diff --git a/net/quic/congestion_control/tcp_cubic_sender_test.cc b/net/quic/congestion_control/tcp_cubic_sender_test.cc
index 3d13996e75657163a164d6ab0212722f53fcf6fc..95fe69cae6c0668c2a7c5bc2e7c9d213e8322ce1 100644
--- a/net/quic/congestion_control/tcp_cubic_sender_test.cc
+++ b/net/quic/congestion_control/tcp_cubic_sender_test.cc
@@ -485,7 +485,6 @@ TEST_F(TcpCubicSenderTest, TcpCubicMaxCongestionWindow) {
}
TEST_F(TcpCubicSenderTest, TcpCubicResetEpochOnQuiescence) {
- ValueRestore<bool> old_flag(&FLAGS_reset_cubic_epoch_when_app_limited, true);
const int kMaxCongestionWindow = 50;
const QuicByteCount kMaxCongestionWindowBytes =
kMaxCongestionWindow * kDefaultTCPMSS;

Powered by Google App Engine
This is Rietveld 408576698