Cleanup WebRTC-LegacyTlsProtocols field trial from field trial list
which is already gone from the code. BUG=webrtc:40644300 Change-Id: Ic4a53d7895fa49d8417f11778d128740cecaee49 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/368180 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#43401}
This commit is contained in:
parent
3b2402bd23
commit
8d8fc3222a
@ -691,9 +691,6 @@ POLICY_EXEMPT_FIELD_TRIALS: FrozenSet[FieldTrial] = frozenset([
|
||||
FieldTrial('WebRTC-LegacySimulcastLayerLimit',
|
||||
42233936,
|
||||
INDEFINITE),
|
||||
FieldTrial('WebRTC-LegacyTlsProtocols',
|
||||
40644300,
|
||||
date(2024, 4, 1)),
|
||||
FieldTrial('WebRTC-LowresSimulcastBitrateInterpolation',
|
||||
42222558,
|
||||
date(2024, 4, 1)),
|
||||
@ -893,7 +890,7 @@ POLICY_EXEMPT_FIELD_TRIALS: FrozenSet[FieldTrial] = frozenset([
|
||||
]) # yapf: disable
|
||||
|
||||
POLICY_EXEMPT_FIELD_TRIALS_DIGEST: str = \
|
||||
'e750429cb042c02921a227fa18291f2cea23ea3b'
|
||||
'32ec47da125c13ceb01a908627c7c10aada3d4dd'
|
||||
|
||||
REGISTERED_FIELD_TRIALS: FrozenSet[FieldTrial] = ACTIVE_FIELD_TRIALS.union(
|
||||
POLICY_EXEMPT_FIELD_TRIALS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user