| 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 80ee60f7e27852e90f070a433ad08ba2a9b9c918..76cd2141adc1483d8f5bca651a542591e95fe041 100644
|
| --- a/net/quic/congestion_control/pacing_sender.cc
|
| +++ b/net/quic/congestion_control/pacing_sender.cc
|
| @@ -41,6 +41,7 @@ void PacingSender::SetNumEmulatedConnections(int num_connections) {
|
| }
|
|
|
| void PacingSender::SetMaxCongestionWindow(QuicByteCount max_congestion_window) {
|
| + DCHECK(!FLAGS_quic_ignore_srbf);
|
| sender_->SetMaxCongestionWindow(max_congestion_window);
|
| }
|
|
|
|
|