| 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 ad1eeb9e2ad1a711b8250ee6a96d07d5ef568664..610fabb6444da391fadba2a63bb15883328e1688 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 QuicByteCount GetSlowStartThreshold() const OVERRIDE;
|
|
|
| private:
|
| scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender.
|
|
|