summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/experiments/field_trials.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/experiments/field_trials.py')
-rwxr-xr-xthird_party/libwebrtc/experiments/field_trials.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/libwebrtc/experiments/field_trials.py b/third_party/libwebrtc/experiments/field_trials.py
index e39b53eb47..567cafc058 100755
--- a/third_party/libwebrtc/experiments/field_trials.py
+++ b/third_party/libwebrtc/experiments/field_trials.py
@@ -107,9 +107,9 @@ ACTIVE_FIELD_TRIALS: FrozenSet[FieldTrial] = frozenset([
FieldTrial('WebRTC-SendPacketsOnWorkerThread',
'webrtc:14502',
date(2024, 4, 1)),
- FieldTrial('WebRTC-Stats-RtxReceiveStats',
- 'webrtc:15096',
- date(2024, 4, 1)),
+ FieldTrial('WebRTC-SrtpRemoveReceiveStream',
+ 'webrtc:15604',
+ date(2024, 10, 1)),
FieldTrial('WebRTC-TaskQueue-ReplaceLibeventWithStdlib',
'webrtc:14389',
date(2024, 4, 1)),