New issue
Advanced search Search tips

Issue 922270 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

chrome::quick_unlock does IO on the UI thread

Project Member Reported by yulunwu@google.com, Jan 15

Issue description

The offending line in quick_unlock_utils.cc tries to check whether the Chromeos device has a fingerprint reader and returns false if it does not:

  if (!base::PathExists(kFingerprintSensorPath))
    return false;


 
Components: -UI>Browser UI>Settings UI>Shell>OOBE
Labels: -Pri-3 M-74 OS-Chrome Pri-1
Status: Assigned (was: Untriaged)
Introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1412934

Sign in to add a comment