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

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

Issue 2560873003: Deprecate FLAGS_quic_default_enable_cubic_bytes (Closed)
Patch Set: Created 4 years 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/quic/core/quic_sent_packet_manager_test.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/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 3adf5922c417579ef95f40d96bdf65a79523063d..dbeb5506abf893489a56479222865f268ce58feb 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -1331,8 +1331,7 @@ TEST_P(EndToEndTest, NegotiateCongestionControl) {
expected_congestion_control_type = kBBR;
break;
case kQBIC:
- expected_congestion_control_type =
- FLAGS_quic_default_enable_cubic_bytes ? kCubicBytes : kCubic;
+ expected_congestion_control_type = kCubicBytes;
break;
default:
DLOG(FATAL) << "Unexpected congestion control tag";
« no previous file with comments | « net/quic/core/quic_sent_packet_manager_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698