| Index: net/quic/quic_unacked_packet_map.h
|
| diff --git a/net/quic/quic_unacked_packet_map.h b/net/quic/quic_unacked_packet_map.h
|
| index 7418f666ced7cf66afe2c7d78f3144fd82a3acc8..4185a32a465e41e79a7e87fee4071a7bcb498ecc 100644
|
| --- a/net/quic/quic_unacked_packet_map.h
|
| +++ b/net/quic/quic_unacked_packet_map.h
|
| @@ -42,9 +42,6 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
|
| // Returns true if the packet |packet_number| is unacked.
|
| bool IsUnacked(QuicPacketNumber packet_number) const;
|
|
|
| - // Sets the nack count to the max of the current nack count and |min_nacks|.
|
| - void NackPacket(QuicPacketNumber packet_number, uint16_t min_nacks);
|
| -
|
| // Notifies all the AckListeners attached to the |info| and
|
| // clears them to ensure they're not notified again.
|
| void NotifyAndClearListeners(std::list<AckListenerWrapper>* ack_listeners,
|
|
|