Commit 7ec94d0b authored by Olga Sharonova's avatar Olga Sharonova Committed by Commit Bot

Restoring field trial config for AudioService experiment on linux/mac

To make bots to run the audio service in a utility process,
launched on startup.
This will result in expected performance regressions in media tests
(see the bug).

Bug: 870171
Change-Id: Id301763a6117d0b4a4d26809d74032c4c188c1e2
Reviewed-on: https://chromium-review.googlesource.com/1199185Reviewed-by: default avatarRobert Kaplow (slow) <rkaplow@chromium.org>
Commit-Queue: Olga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588374}
parent df73638e
......@@ -443,6 +443,8 @@
"AudioService": [
{
"platforms": [
"linux",
"mac",
"windows"
],
"experiments": [
......@@ -459,23 +461,6 @@
}
]
},
{
"platforms": [
"linux",
"mac"
],
"experiments": [
{
"name": "AudioServiceStreams_v6",
"params": {
"teardown_timeout_s": "0"
},
"enable_features": [
"AudioServiceAudioStreams"
]
}
]
},
{
"platforms": [
"android",
......
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