Commit 18651e2c authored by Anatoliy Potapchuk's avatar Anatoliy Potapchuk Committed by Commit Bot

[Kiosk] Whitelist ChromeVox settings page

Previously, we disabled ChromeVox settings page because its settings
persisted. Now, it is not a case.

Bug: 1049566
Change-Id: I3c719a294d1ef22b02b0835b05d45eed1f0fa50a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364613
Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org>
Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org>
Reviewed-by: default avatarAnqing Zhao <anqing@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799993}
parent 37f19d11
...@@ -17,7 +17,7 @@ namespace { ...@@ -17,7 +17,7 @@ namespace {
// kiosk mode. // kiosk mode.
KioskSettingsNavigationThrottle::SettingsPage kSettingsPages[] = { KioskSettingsNavigationThrottle::SettingsPage kSettingsPages[] = {
{"chrome://os-settings/manageAccessibility", true}, {"chrome://os-settings/manageAccessibility", true},
{"chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/" {"chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/options/"
"options.html", "options.html",
false}, false},
{"chrome-extension://klbcgckkldhdhonijdbnhhaiedfkllef/", true}, {"chrome-extension://klbcgckkldhdhonijdbnhhaiedfkllef/", true},
......
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