| Index: net/quic/quic_received_packet_manager.h
|
| diff --git a/net/quic/quic_received_packet_manager.h b/net/quic/quic_received_packet_manager.h
|
| index e08951997b85ab89196fb85a4ba666a9f8088a73..5bc9f0cb459318a1cc258b7bdea0ba1fc57eaa46 100644
|
| --- a/net/quic/quic_received_packet_manager.h
|
| +++ b/net/quic/quic_received_packet_manager.h
|
| @@ -64,8 +64,9 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
|
| // Updates internal state based on |received_info|.
|
| void UpdatePacketInformationReceivedByPeer(
|
| const ReceivedPacketInfo& received_nfo);
|
| - // Updates internal state based on |sent_info|.
|
| - void UpdatePacketInformationSentByPeer(const SentPacketInfo& sent_info);
|
| + // Updates internal state based on |stop_waiting|.
|
| + void UpdatePacketInformationSentByPeer(
|
| + const QuicStopWaitingFrame& stop_waiting);
|
|
|
| // Returns whether the peer is missing packets.
|
| bool HasMissingPackets();
|
|
|