Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(978)

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

Issue 2580733004: Remove OverUseDetectorOptions from OveruseDetector since it isn't used. (Closed)
Patch Set: Update comment Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/congestion_controller/delay_based_bwe.cc
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.cc b/webrtc/modules/congestion_controller/delay_based_bwe.cc
index bb63f353daf31f3fd3d413a3ae0fc39c93bf5f86..6338f9646f998db7cd0b77585a949eed06f19d2e 100644
--- a/webrtc/modules/congestion_controller/delay_based_bwe.cc
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.cc
@@ -213,7 +213,7 @@ DelayBasedBwe::DelayBasedBwe(Clock* clock)
inter_arrival_(),
kalman_estimator_(),
trendline_estimator_(),
- detector_(OverUseDetectorOptions()),
+ detector_(),
receiver_incoming_bitrate_(),
last_update_ms_(-1),
last_seen_packet_ms_(-1),

Powered by Google App Engine
This is Rietveld 408576698