Index: net/quic/quic_sent_packet_manager.h |
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h |
index 287b5fc44ad30ed608224782d85b194773636c71..8c677c2bf89cf4447dea4765e61b4458f32b01ef 100644 |
--- a/net/quic/quic_sent_packet_manager.h |
+++ b/net/quic/quic_sent_packet_manager.h |
@@ -217,6 +217,9 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager { |
// start threshold and will return 0. |
QuicPacketCount GetSlowStartThresholdInTcpMss() const; |
+ // Called by the connection every time it receives a serialized packet. |
+ void OnSerializedPacket(const SerializedPacket& serialized_packet); |
+ |
// Enables pacing if it has not already been enabled. |
void EnablePacing(); |