Index: net/quic/core/congestion_control/tcp_cubic_sender_base.cc |
diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc |
index 9bd013fb9904a4654f32adaa5e73001b89506f37..6d248206dd3455d33dbb77f98f21d0571808c005 100644 |
--- a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc |
+++ b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc |
@@ -288,4 +288,6 @@ std::string TcpCubicSenderBase::GetDebugState() const { |
return ""; |
} |
+void TcpCubicSenderBase::OnApplicationLimited(QuicByteCount bytes_in_flight) {} |
+ |
} // namespace net |