| 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);
|
|
|