Commit 4e515d8b authored by Anastasia Helfinstein's avatar Anastasia Helfinstein Committed by Commit Bot

Update comment on why Switch Access can't be enabled from signin page

TBR=dmazzoni@chromium.org

AX-Relnotes: n/a.
Bug: None.
Change-Id: I69a8229f75647608efbb96f8b5632925b18d0300
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391591Reviewed-by: default avatarAnastasia Helfinstein <anastasi@google.com>
Commit-Queue: Anastasia Helfinstein <anastasi@google.com>
Cr-Commit-Position: refs/heads/master@{#804028}
parent d6b43c08
...@@ -1073,8 +1073,8 @@ bool AccessibilityControllerImpl::IsSwitchAccessRunning() const { ...@@ -1073,8 +1073,8 @@ bool AccessibilityControllerImpl::IsSwitchAccessRunning() const {
} }
bool AccessibilityControllerImpl::IsSwitchAccessSettingVisibleInTray() { bool AccessibilityControllerImpl::IsSwitchAccessSettingVisibleInTray() {
// Switch Access cannot be enabled on the sign-in page until crbug/1108808 has // Switch Access cannot be enabled on the sign-in page because there is no way
// been fully resolved. // to configure switches while the device is locked.
if (!switch_access().enabled() && if (!switch_access().enabled() &&
Shell::Get()->session_controller()->login_status() == Shell::Get()->session_controller()->login_status() ==
ash::LoginStatus::NOT_LOGGED_IN) { ash::LoginStatus::NOT_LOGGED_IN) {
......
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