Commit 32ad6790 authored by Etienne Pierre-doray's avatar Etienne Pierre-doray Committed by Commit Bot

[ThreadPool]: Update Add MayBlockWithoutDelay testing config to enable FixedMaxBestEffortTasks.

Bug: 1059767
Change-Id: I69880f5bb32cb6400138f1af0b2cf9da56a08c59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129013Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755467}
parent 60865498
...@@ -3243,13 +3243,17 @@ ...@@ -3243,13 +3243,17 @@
"MayBlockWithoutDelay": [ "MayBlockWithoutDelay": [
{ {
"platforms": [ "platforms": [
"windows", "android",
"mac" "chromeos",
"linux",
"mac",
"windows"
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Enabled",
"enable_features": [ "enable_features": [
"FixedMaxBestEffortTasks",
"MayBlockWithoutDelay" "MayBlockWithoutDelay"
] ]
} }
......
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