Chromium Code Reviews| Index: net/quic/quic_http_stream_test.cc |
| diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
| index e3f3fd57b55a0ed7cb75611c11c8813b359bd173..b2433dc1d9fab1876318f41a7e526502671e7359 100644 |
| --- a/net/quic/quic_http_stream_test.cc |
| +++ b/net/quic/quic_http_stream_test.cc |
| @@ -198,6 +198,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<bool> { |
| Return(QuicTime::Delta::Zero())); |
| EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly( |
| Return(QuicBandwidth::Zero())); |
| + ON_CALL(*send_algorithm_, SetFromConfig(_, _)).WillByDefault(Return()); |
|
Ryan Hamilton
2013/10/31 19:43:44
ditto
ramant (doing other things)
2013/10/31 23:11:52
Done.
|
| helper_.reset(new QuicConnectionHelper(runner_.get(), &clock_, |
| &random_generator_)); |
| writer_.reset(new QuicDefaultPacketWriter(socket)); |