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

Unified Diff: net/quic/core/quic_multipath_sent_packet_manager.h

Issue 2547583002: Landing Recent QUIC changes until Fri Nov 18 23:21:04 2016 +0000 (Closed)
Patch Set: Remove explicit HTTP/2 enum usage Created 4 years 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
Index: net/quic/core/quic_multipath_sent_packet_manager.h
diff --git a/net/quic/core/quic_multipath_sent_packet_manager.h b/net/quic/core/quic_multipath_sent_packet_manager.h
index 5aff14a93ac9d983ed21f17f93b8dfc2239a0373..b5162480313ee04b310ce70d4197aa3c28157fd0 100644
--- a/net/quic/core/quic_multipath_sent_packet_manager.h
+++ b/net/quic/core/quic_multipath_sent_packet_manager.h
@@ -9,7 +9,7 @@
#include "net/base/net_export.h"
#include "net/quic/core/quic_connection_close_delegate_interface.h"
-#include "net/quic/core/quic_protocol.h"
+#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_sent_packet_manager.h"
#include "net/quic/core/quic_sent_packet_manager_interface.h"
@@ -74,7 +74,7 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
// Retrieves the next pending retransmission. Caller must ensure that
// there are pending retransmissions prior to calling this function.
- PendingRetransmission NextPendingRetransmission() override;
+ QuicPendingRetransmission NextPendingRetransmission() override;
// Returns true if the any path has unacked packets.
bool HasUnackedPackets() const override;
@@ -167,6 +167,8 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
void OnApplicationLimited() override;
+ const SendAlgorithmInterface* GetSendAlgorithm() const override;
+
private:
friend class test::QuicConnectionPeer;
friend class test::QuicMultipathSentPacketManagerPeer;
« no previous file with comments | « net/quic/core/quic_multipath_received_packet_manager.h ('k') | net/quic/core/quic_multipath_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698