Commit 7b80f9c8 authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

[AudioService] Update field trial config.

Remove Windows and Mac configs since work on those platforms
is finished.
Leave Sandbox for Linux as the only feature for experimentation.

Bug: 1019245
Change-Id: I36a141ce875af5813dad14a230a1356beb4af059
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153052Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760396}
parent f92af5e1
...@@ -497,36 +497,6 @@ ...@@ -497,36 +497,6 @@
] ]
} }
], ],
"AudioProcessSandboxMac": [
{
"platforms": [
"mac"
],
"experiments": [
{
"name": "AudioProcess_APM",
"enable_features": [
"WebRtcApmInAudioService"
]
}
]
}
],
"AudioProcessSandboxWindows": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "AudioProcess_APM",
"enable_features": [
"WebRtcApmInAudioService"
]
}
]
}
],
"AudioServiceSandboxLinux": [ "AudioServiceSandboxLinux": [
{ {
"platforms": [ "platforms": [
...@@ -534,14 +504,9 @@ ...@@ -534,14 +504,9 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "AudioProcess_APM", "name": "AudioProcessSandboxLinux",
"params": {
"timeout_seconds": "180"
},
"enable_features": [ "enable_features": [
"AudioServiceOutOfProcessKillAtHang", "AudioServiceSandbox"
"AudioServiceSandbox",
"WebRtcApmInAudioService"
] ]
} }
] ]
......
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