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

Unified Diff: net/quic/core/congestion_control/bbr_sender_test.cc

Issue 2566333002: relnote: Remove unused QuicClock member of BbrSender. (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
Index: net/quic/core/congestion_control/bbr_sender_test.cc
diff --git a/net/quic/core/congestion_control/bbr_sender_test.cc b/net/quic/core/congestion_control/bbr_sender_test.cc
index c02fb7160c3c5653aed503ad2f7430d9e142eead..0079d49eb16a250490b252b44c9638626b2b1bf7 100644
--- a/net/quic/core/congestion_control/bbr_sender_test.cc
+++ b/net/quic/core/congestion_control/bbr_sender_test.cc
@@ -81,7 +81,7 @@ class BbrSenderTest : public ::testing::Test {
FLAGS_quic_bbr_faster_startup = true;
rtt_stats_ = bbr_sender_.connection()->sent_packet_manager().GetRttStats();
- sender_ = new BbrSender(simulator_.GetClock(), rtt_stats_,
+ sender_ = new BbrSender(rtt_stats_,
QuicSentPacketManagerPeer::GetUnackedPacketMap(
QuicConnectionPeer::GetSentPacketManager(
bbr_sender_.connection(), kDefaultPathId)),
« no previous file with comments | « net/quic/core/congestion_control/bbr_sender.cc ('k') | net/quic/core/congestion_control/send_algorithm_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698