Index: net/quic/congestion_control/tcp_cubic_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h |
index 21a0256446ca3454a1a2f0f458d7ed1986b7f785..110000057ff0f9df674e6a7106752805c8f4a233 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -71,11 +71,9 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface { |
QuicByteCount AvailableSendWindow(); |
QuicByteCount SendWindow(); |
- void Reset(); |
void MaybeIncreaseCwnd(QuicPacketSequenceNumber acked_sequence_number); |
bool IsCwndLimited() const; |
bool InRecovery() const; |
- void OnTimeOut(); |
HybridSlowStart hybrid_slow_start_; |
Cubic cubic_; |