| Index: net/quic/congestion_control/pacing_sender.h
|
| diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h
|
| index f9c3f7b6458014ae155505bc952afba4c7b9777e..bc59aec42f9044c0aaa927313ed678832e920101 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -52,6 +52,7 @@ class NET_EXPORT_PRIVATE PacingSender : 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,
|
|
|