| 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 8b5083ec92e04c80d9faf256d857f6dd96859169..6f033e4c305585d684b4a695e767c49934eaef70 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -60,6 +60,7 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| QuicByteCount bytes_in_flight,
|
| HasRetransmittableData has_retransmittable_data) const OVERRIDE;
|
| virtual QuicBandwidth BandwidthEstimate() const OVERRIDE;
|
| + virtual bool HasReliableBandwidthEstimate() const OVERRIDE;
|
| virtual QuicTime::Delta RetransmissionDelay() const OVERRIDE;
|
| virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
|
| // End implementation of SendAlgorithmInterface.
|
|
|