Commit e0ddf48a authored by Leonard Grey's avatar Leonard Grey Committed by Chromium LUCI CQ

a11y: Increase time between progress announcements for non-focused downloads

Bug: 839694
Change-Id: Iccea0d36e83733d285a1222bdf1ebb669d7f3104
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569969Reviewed-by: default avatarAaron Leventhal <aleventhal@chromium.org>
Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833344}
parent e631d7a2
......@@ -246,7 +246,7 @@ DownloadItemView::DownloadItemView(DownloadUIModel::DownloadUIModelPtr model,
accessible_alert_(accessible_alert),
accessible_alert_timer_(
FROM_HERE,
base::TimeDelta::FromSeconds(30),
base::TimeDelta::FromMinutes(3),
base::BindRepeating(&DownloadItemView::AnnounceAccessibleAlert,
base::Unretained(this))) {
views::InstallRectHighlightPathGenerator(this);
......
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