| Index: net/quic/chromium/quic_http_stream_test.cc
|
| diff --git a/net/quic/chromium/quic_http_stream_test.cc b/net/quic/chromium/quic_http_stream_test.cc
|
| index 447dfa1b84f3928bd6c3ad5aaa90e4bf5cd53a3a..eb672fb4878de1a4efb6243cdff4a7285f8eb961 100644
|
| --- a/net/quic/chromium/quic_http_stream_test.cc
|
| +++ b/net/quic/chromium/quic_http_stream_test.cc
|
| @@ -280,8 +280,6 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
|
| EXPECT_CALL(*send_algorithm_, InSlowStart()).WillRepeatedly(Return(false));
|
| EXPECT_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
|
| .WillRepeatedly(Return(true));
|
| - EXPECT_CALL(*send_algorithm_, RetransmissionDelay())
|
| - .WillRepeatedly(Return(QuicTime::Delta::Zero()));
|
| EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
|
| .WillRepeatedly(Return(kMaxPacketSize));
|
| EXPECT_CALL(*send_algorithm_, PacingRate(_))
|
|
|