Commit 8cc4261a authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Enable ForegroundVideoCaptureService in fieldtrial_testing_config.json.

This enables foregrounding the video capture service in testing config,
in preparation for experimenting on Beta. This is a performance
optimization which does not change functionality.

Bug: 1066137
Change-Id: If48edced330986353af400cd83144dc9b64ab2f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210625Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770732}
parent 6e605e44
......@@ -2396,6 +2396,28 @@
]
}
],
"ForegroundVideoCaptureService": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ForegroundVideoCaptureService"
]
}
]
}
],
"FormControlsRefresh": [
{
"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