| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index 14383f86f7e10258401bb0246dbcc82424294fdd..4a116934fb4462c6dd536529b25bc8162c833c26 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -82,6 +82,8 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
| QuicByteCount bytes_in_flight,
|
| HasRetransmittableData has_retransmittable_data) const = 0;
|
|
|
| + virtual QuicBandwidth PacingRate() const = 0;
|
| +
|
| // What's the current estimated bandwidth in bytes per second.
|
| // Returns 0 when it does not have an estimate.
|
| virtual QuicBandwidth BandwidthEstimate() const = 0;
|
|
|