| 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 f7e7e5625a2984500bbb8a8231935181c3f42dc5..4bd1448d2709c65eb30dfc63a4b9bde101152445 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller.cc
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| @@ -302,6 +302,7 @@ void CongestionController::SignalNetworkState(NetworkState state) {
|
| rtc::CritScope cs(&critsect_);
|
| network_state_ = state;
|
| }
|
| + probe_controller_->OnNetworkStateChanged(state);
|
| MaybeTriggerOnNetworkChanged();
|
| }
|
|
|
|
|