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

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

Issue 2132623002: Landing Recent QUIC changes until 2016-07-02 02:45 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing comment about RPCs Created 4 years, 5 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/quic/congestion_control/pacing_sender.cc ('k') | net/quic/congestion_control/rtt_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/pacing_sender_test.cc
diff --git a/net/quic/congestion_control/pacing_sender_test.cc b/net/quic/congestion_control/pacing_sender_test.cc
index fbcbaa1984392a9f69e1f6992c09013c070d977b..c531a59a3e08ec6279b76bbfcb961c107f55173c 100644
--- a/net/quic/congestion_control/pacing_sender_test.cc
+++ b/net/quic/congestion_control/pacing_sender_test.cc
@@ -354,9 +354,6 @@ TEST_F(PacingSenderTest, VerifyInnerSenderCalled) {
EXPECT_CALL(*mock_sender_, SetNumEmulatedConnections(2));
pacing_sender_->SetNumEmulatedConnections(2);
- EXPECT_CALL(*mock_sender_, SetMaxCongestionWindow(kBytes));
- pacing_sender_->SetMaxCongestionWindow(kBytes);
-
SendAlgorithmInterface::CongestionVector packets;
EXPECT_CALL(*mock_sender_, OnCongestionEvent(true, kBytes, packets, packets));
pacing_sender_->OnCongestionEvent(true, kBytes, packets, packets);
« no previous file with comments | « net/quic/congestion_control/pacing_sender.cc ('k') | net/quic/congestion_control/rtt_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698