Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 973683003: CL generated with data from dead-code analysis using (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Change_PrrSender_TimeUntilSend_87535917
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_protocol.h ('k') | net/quic/quic_server_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
}
« no previous file with comments | « net/quic/quic_protocol.h ('k') | net/quic/quic_server_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698