Test field trial group with startswith rather than equals.
BUG=webrtc:7266 Review-Url: https://codereview.webrtc.org/2717973005 Cr-Commit-Position: refs/heads/master@{#16915}
This commit is contained in:
@ -73,8 +73,8 @@ SendSideBandwidthEstimation::SendSideBandwidthEstimation(RtcEventLog* event_log)
|
||||
rampup_uma_stats_updated_(kNumUmaRampupMetrics, false),
|
||||
event_log_(event_log),
|
||||
last_rtc_event_log_ms_(-1),
|
||||
in_timeout_experiment_(webrtc::field_trial::FindFullName(
|
||||
"WebRTC-FeedbackTimeout") == "Enabled") {
|
||||
in_timeout_experiment_(
|
||||
webrtc::field_trial::IsEnabled("WebRTC-FeedbackTimeout")) {
|
||||
RTC_DCHECK(event_log);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user