Remove remnants of deprecated field trial strings

Bug: webrtc:9734
Change-Id: Ifceeb9b0d7da924544be114120129e0c1ff5cde9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293345
Reviewed-by: Emil Lundmark <lndmrk@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39309}
This commit is contained in:
Erik Språng 2023-02-14 15:05:07 +01:00 committed by WebRTC LUCI CQ
parent 4dd3260698
commit 2bee5dd4e3
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ class FieldTrials : public FieldTrialsView {
// Ignore following field trials.
if (key == "WebRTC-CongestionWindow" ||
key == "WebRTC-UseBaseHeavyVP8TL3RateAllocation" ||
key == "WebRTC-SimulcastUpswitchHysteresisPercent" ||
key == "WebRTC-SimulcastScreenshareUpswitchHysteresisPercent" ||
key == "WebRTC-VideoRateControl" ||
key == "WebRTC-VP9-PerformanceFlags" ||
key == "WebRTC-VP9VariableFramerateScreenshare" ||