From 77c663d0f5db622d1cb8f42a6458b274b1292739 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 12 Oct 2016 15:57:45 -0700 Subject: [PATCH] Give FeedbackTimeout experiment the correct name. NOTRY=true BUG=webrtc:6519 Review-Url: https://codereview.webrtc.org/2410323002 Cr-Commit-Position: refs/heads/master@{#14619} --- .../bitrate_controller/send_side_bandwidth_estimation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc index f09382bdc2..b3140311c4 100644 --- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc +++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc @@ -74,7 +74,7 @@ SendSideBandwidthEstimation::SendSideBandwidthEstimation(RtcEventLog* event_log) event_log_(event_log), last_rtc_event_log_ms_(-1), in_timeout_experiment_(webrtc::field_trial::FindFullName( - "WebRTC-SendSideBwe") == "Enabled") { + "WebRTC-FeedbackTimeout") == "Enabled") { RTC_DCHECK(event_log); }