| Index: net/quic/congestion_control/pacing_sender.cc
|
| diff --git a/net/quic/congestion_control/pacing_sender.cc b/net/quic/congestion_control/pacing_sender.cc
|
| index f0f0e5dd092e19d4c4213585a9861055b936ddbd..a1008399862ec756d528e82201b9b68dd4a3342c 100644
|
| --- a/net/quic/congestion_control/pacing_sender.cc
|
| +++ b/net/quic/congestion_control/pacing_sender.cc
|
| @@ -174,4 +174,8 @@ QuicByteCount PacingSender::GetSlowStartThreshold() const {
|
| return sender_->GetSlowStartThreshold();
|
| }
|
|
|
| +CongestionControlType PacingSender::GetCongestionControlType() const {
|
| + return sender_->GetCongestionControlType();
|
| +}
|
| +
|
| } // namespace net
|
|
|