Commit beb54741 authored by Yunke Zhou's avatar Yunke Zhou Committed by Chromium LUCI CQ

Oobe: disable ChromeVox hint dialog

We noticed that the system will hang up when ChromeVox dialog is shown on the welcome screen during OOBE. Disable the feature first for further investigation.


Bug: 1161107, b/176129191
Change-Id: I5b14db099000fa217a062362b40070e24974e25a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603754Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Yunke Zhou <yunkez@google.com>
Cr-Commit-Position: refs/heads/master@{#839578}
parent c5010d46
......@@ -287,7 +287,7 @@ const base::Feature kEnableLocalSearchService{"EnableLocalSearchService",
// Enables the OOBE ChromeVox hint dialog and announcement feature.
const base::Feature kEnableOobeChromeVoxHint{"EnableOobeChromeVoxHint",
base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
// Enables Device End Of Lifetime warning notifications.
const base::Feature kEolWarningNotifications{"EolWarningNotifications",
......
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