| Index: net/quic/congestion_control/tcp_cubic_sender.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.cc b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| index 7f6678de63eb23942263f7cd667c273fb1d21afe..774594c2ee962abe83f2c20166c96b8310bae253 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| @@ -240,11 +240,6 @@ QuicByteCount TcpCubicSender::GetCongestionWindow() const {
|
| return congestion_window_ * kMaxSegmentSize;
|
| }
|
|
|
| -void TcpCubicSender::Reset() {
|
| - delay_min_ = QuicTime::Delta::Zero();
|
| - hybrid_slow_start_.Restart();
|
| -}
|
| -
|
| bool TcpCubicSender::IsCwndLimited() const {
|
| const QuicByteCount congestion_window_bytes = congestion_window_ *
|
| kMaxSegmentSize;
|
|
|