Commit b44c4f9e authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[blink scheduler] Add OptOutWebRTCFromAllThrottling to testing config.

This is a pre-requisite for Beta and Stable experiments.

Bug: 1101731
Change-Id: Ib127de8a4e67b2ea55b87b6053ce2ae4673566be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364819Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800671}
parent c0a348c3
...@@ -4746,6 +4746,27 @@ ...@@ -4746,6 +4746,27 @@
] ]
} }
], ],
"OptOutWebRTCFromAllThrottling": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OptOutWebRTCFromAllThrottling"
]
}
]
}
],
"OutOfBlinkCors": [ "OutOfBlinkCors": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment