Chromium Code Reviews

Unified Diff: webrtc/modules/congestion_controller/congestion_controller.cc

Issue 2504783002: Revert of Start probes only after network is connected. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();
}
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2_unittest.cc ('k') | webrtc/modules/congestion_controller/probe_controller.h » ('j') | no next file with comments »

Powered by Google App Engine