Commit 8d891be6 authored by Olga Sharonova's avatar Olga Sharonova Committed by Commit Bot

Field trial for AudioService experiment

To run Audio service out of process on bots.

Bug: 832666
Change-Id: I226ee0c9ce8e6adccb11c02dc2c3e13fead9886d
Reviewed-on: https://chromium-review.googlesource.com/1065911Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Olga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565325}
parent ab718c46
...@@ -370,6 +370,27 @@ ...@@ -370,6 +370,27 @@
] ]
} }
], ],
"AudioService": [
{
"platforms": [
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Standalone",
"params": {
"teardown_timeout_s": "300"
},
"enable_features": [
"AudioServiceAudioStreams",
"AudioServiceOutOfProcess"
]
}
]
}
],
"AutofillCreditCardBankNameDisplay": [ "AutofillCreditCardBankNameDisplay": [
{ {
"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