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

Field trial for AudioService experiment on Android and ChromeOS

To route audio streams through (in-process) audio service on bots.

Bug: 832666
Change-Id: Ie885b6b725a46e8eeb1859d7abe408c9f4412549
Reviewed-on: https://chromium-review.googlesource.com/1091314
Commit-Queue: Olga Sharonova <olka@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566001}
parent c8c387d2
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Standalone", "name": "AudioProcess",
"params": { "params": {
"teardown_timeout_s": "300" "teardown_timeout_s": "300"
}, },
...@@ -389,6 +389,20 @@ ...@@ -389,6 +389,20 @@
] ]
} }
] ]
},
{
"platforms": [
"android",
"chromeos"
],
"experiments": [
{
"name": "AudioServiceStreams",
"enable_features": [
"AudioServiceAudioStreams"
]
}
]
} }
], ],
"AutofillCreditCardBankNameDisplay": [ "AutofillCreditCardBankNameDisplay": [
......
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