| 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 d4d68e8f7745d7bae8b9869a51a86d532768cd95..d917106de809709f00ebdad73a840d9c7f85e1b4 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -238,10 +238,12 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
| network_change_visitor_ = visitor;
|
| }
|
|
|
| + // Used in Chromium, but not in the server.
|
| size_t consecutive_rto_count() const {
|
| return consecutive_rto_count_;
|
| }
|
|
|
| + // Used in Chromium, but not in the server.
|
| size_t consecutive_tlp_count() const {
|
| return consecutive_tlp_count_;
|
| }
|
|
|