| 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 c8d5a90f287e3b1a496521ae2f732a119c89e23b..b82f942467b3eb54efbde61acff1c96ce0227393 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -273,8 +273,6 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
| scoped_ptr<LossDetectionInterface> loss_algorithm_;
|
| QuicTime::Delta rtt_sample_; // RTT estimate from the most recent ACK.
|
| QuicPacketSequenceNumber largest_observed_; // From the most recent ACK.
|
| - // Number of outstanding crypto handshake packets.
|
| - size_t pending_crypto_packet_count_;
|
| // Number of times the RTO timer has fired in a row without receiving an ack.
|
| size_t consecutive_rto_count_;
|
| // Number of times the tail loss probe has been sent.
|
|
|