| 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 610fabb6444da391fadba2a63bb15883328e1688..b85946c1d4138dfebc557ec4f8b1f363949ee14b 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -58,6 +58,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
| virtual bool HasReliableBandwidthEstimate() const OVERRIDE;
|
| virtual QuicTime::Delta RetransmissionDelay() const OVERRIDE;
|
| virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
|
| + virtual bool InSlowStart() const OVERRIDE;
|
| virtual QuicByteCount GetSlowStartThreshold() const OVERRIDE;
|
|
|
| private:
|
|
|