Landing Recent QUIC changes until UTC Fri Jun 10 22:29:19 2016 +0000

relnote: Add extra log when AppendAckFrameAndTypeByte failed. n/a
logging only change.

Merge internal change: 124496602

https://codereview.chromium.org/2065493003

relnote: Deprecate rolled back flag quic_only_one_sending_alarm.

Merge internal change: 124469720.

https://codereview.chromium.org/2065553002

relnote: deprecating  flag quic_use_early_return_when_verifying_chlo

Merge internal change: 124348798

https://codereview.chromium.org/2060723002

relnote: Add a new rate based sending connection option which uses the
pacing rate to keep the bytes_in_flight close to the CWND.  Protected
by flag quic_rate_based_sending.

Merge internal change: 124302573

https://codereview.chromium.org/2064543002

relnote: Always send queued retransmission packets, because of write
blocked socket, once the socket gets unblocked. Protected by flag
quic_always_write_queued_retransmissions.

Merge internal change: 124273380

https://codereview.chromium.org/2065463002

[email protected]
BUG=

Review-Url: https://codereview.chromium.org/2061743002
Cr-Commit-Position: refs/heads/master@{#399558}
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
index 1c954a4a..68a164c 100644
--- a/net/quic/quic_http_stream_test.cc
+++ b/net/quic/quic_http_stream_test.cc
@@ -221,7 +221,7 @@
         .WillRepeatedly(Return(QuicTime::Delta::Zero()));
     EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
         .WillRepeatedly(Return(kMaxPacketSize));
-    EXPECT_CALL(*send_algorithm_, PacingRate())
+    EXPECT_CALL(*send_algorithm_, PacingRate(_))
         .WillRepeatedly(Return(QuicBandwidth::Zero()));
     EXPECT_CALL(*send_algorithm_, TimeUntilSend(_, _))
         .WillRepeatedly(Return(QuicTime::Delta::Zero()));