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

Unified Diff: net/quic/test_tools/quic_test_utils.h

Issue 2179713004: Deprecate FLAGS_quic_always_write_queued_retransmissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128171703
Patch Set: 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/test_tools/quic_sent_packet_manager_peer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_test_utils.h
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h
index 606c9fa6057bc8ecce644044dbb2166c6ee1040a..e95be88a38a211748aa4859daa3f3fe4cde795f8 100644
--- a/net/quic/test_tools/quic_test_utils.h
+++ b/net/quic/test_tools/quic_test_utils.h
@@ -912,9 +912,6 @@ class MockSentPacketManager : public QuicSentPacketManagerInterface {
MOCK_METHOD1(SetMaxPacingRate, void(QuicBandwidth));
MOCK_METHOD0(SetHandshakeConfirmed, void(void));
MOCK_METHOD2(OnIncomingAck, void(const QuicAckFrame&, QuicTime));
- MOCK_CONST_METHOD2(IsUnacked, bool(QuicPathId, QuicPacketNumber));
- MOCK_CONST_METHOD2(HasRetransmittableFrames,
- bool(QuicPathId, QuicPacketNumber));
MOCK_METHOD1(RetransmitUnackedPackets, void(TransmissionType));
MOCK_METHOD0(MaybeRetransmitTailLossProbe, bool(void));
MOCK_METHOD0(NeuterUnencryptedPackets, void(void));
« no previous file with comments | « net/quic/test_tools/quic_sent_packet_manager_peer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698