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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 110383006: QuicSentPacketManager cleanup to simplify OnAbandonFECTimeout() and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | net/quic/quic_sent_packet_manager.cc » ('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 e4c16be4ce4e6d7807525c4260ff649c186399d5..d508391e9d9f7930249551e42d065768b2d5c46b 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -191,8 +191,6 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
HasRetransmittableData retransmittable,
IsHandshake handshake);
- const QuicTime::Delta DefaultRetransmissionTime();
-
// Returns amount of time for delayed ack timer.
const QuicTime::Delta DelayedAckTime();
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698