| Index: webrtc/modules/congestion_controller/congestion_controller.cc
|
| diff --git a/webrtc/modules/congestion_controller/congestion_controller.cc b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| index accc1411f995487895f1ba35bb1851538c83948b..0dafdf65fd224f80d47cbf0ef5284534c979b4b3 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller.cc
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| @@ -297,7 +297,6 @@
|
| rtc::CritScope cs(&critsect_);
|
| network_state_ = state;
|
| }
|
| - probe_controller_->OnNetworkStateChanged(state);
|
| MaybeTriggerOnNetworkChanged();
|
| }
|
|
|
|
|