diff --git a/modules/congestion_controller/goog_cc/alr_detector.h b/modules/congestion_controller/goog_cc/alr_detector.h index d83ed760e7..ee3fe92845 100644 --- a/modules/congestion_controller/goog_cc/alr_detector.h +++ b/modules/congestion_controller/goog_cc/alr_detector.h @@ -60,9 +60,6 @@ class AlrDetector { // started or empty result if the sender is currently not application-limited. absl::optional GetApplicationLimitedRegionStartTime() const; - void UpdateBudgetWithElapsedTime(int64_t delta_time_ms); - void UpdateBudgetWithBytesSent(size_t bytes_sent); - private: friend class GoogCcStatePrinter; const AlrDetectorConfig conf_;