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 63d7db9fa88128ef06e62bc99413d4958bd61de5..f7e7e5625a2984500bbb8a8231935181c3f42dc5 100644 |
--- a/webrtc/modules/congestion_controller/congestion_controller.cc |
+++ b/webrtc/modules/congestion_controller/congestion_controller.cc |
@@ -347,7 +347,6 @@ |
if (HasNetworkParametersToReportChanged(bitrate_bps, fraction_loss, rtt)) { |
observer_->OnNetworkChanged(bitrate_bps, fraction_loss, rtt); |
- remote_estimator_proxy_.OnBitrateChanged(bitrate_bps); |
} |
} |