Skip to content

Commit

Permalink
[Jank] [a11y] Add fieldtrial testing config for a11y experiment.
Browse files Browse the repository at this point in the history
Adds configuration for OptimizeAccessibilityUiThreadWork flag.

Bug: 1352616
Change-Id: I7c2c9cf3e20c6a556be19a19b8d8b29586f28346
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3884946
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Reviewed-by: Peilin Wang <peilinwang@google.com>
Cr-Commit-Position: refs/heads/main@{#1047096}
  • Loading branch information
yfriedman authored and Chromium LUCI CQ committed Sep 14, 2022
1 parent c751ef8 commit a5ba936
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7079,6 +7079,21 @@
]
}
],
"OptimizeAccessibilityUiThreadWork": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OptimizeAccessibilityUiThreadWork"
]
}
]
}
],
"OptimizeLayoutsForPullRefresh": [
{
"platforms": [
Expand Down

0 comments on commit a5ba936

Please sign in to comment.