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}
This commit is contained in:
stefan 2016-10-12 15:57:45 -07:00 committed by Commit bot
parent 12a39f4100
commit 77c663d0f5

View File

@ -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);
}