diff --git a/modules/congestion_controller/goog_cc/probe_controller.cc b/modules/congestion_controller/goog_cc/probe_controller.cc index 392fddd995..d28c189b7b 100644 --- a/modules/congestion_controller/goog_cc/probe_controller.cc +++ b/modules/congestion_controller/goog_cc/probe_controller.cc @@ -285,8 +285,8 @@ std::vector ProbeController::RequestProbe( RTC_HISTOGRAM_COUNTS_10000( "WebRTC.BWE.BweDropProbingIntervalInS", (at_time_ms - last_bwe_drop_probing_time_ms_) / 1000); - return InitiateProbing(at_time_ms, {suggested_probe_bps}, false); last_bwe_drop_probing_time_ms_ = at_time_ms; + return InitiateProbing(at_time_ms, {suggested_probe_bps}, false); } } }