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 e4eb90811dd250804d6dd7dd4be4edb7a7e7b712..723ab07ac852041b7c7bebe39ad906cdd84da2b4 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -56,6 +56,7 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface { |
QuicByteCount bytes, |
HasRetransmittableData is_retransmittable) override; |
void OnRetransmissionTimeout(bool packets_retransmitted) override; |
+ void OnConnectionMigration() override {} |
QuicTime::Delta TimeUntilSend( |
QuicTime now, |
QuicByteCount bytes_in_flight, |