| 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 404f24fda75de22faf338a2ad58ccef358adb4b3..749bc3d1f89b2e29a024b0adcd6a7f34182c1e87 100644
|
| --- a/net/quic/quic_received_packet_manager.h
|
| +++ b/net/quic/quic_received_packet_manager.h
|
| @@ -131,6 +131,9 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager
|
| virtual void UpdatePacketInformationSentByPeer(
|
| const QuicStopWaitingFrame& stop_waiting);
|
|
|
| + // Returns true if there are any missing packets.
|
| + bool HasMissingPackets() const;
|
| +
|
| // Returns true when there are new missing packets to be reported within 3
|
| // packets of the largest observed.
|
| virtual bool HasNewMissingPackets() const;
|
|
|