chrome::quick_unlock does IO on the UI thread |
||
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;
,
Jan 15
Introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1412934 |
||
►
Sign in to add a comment |
||
Comment 1 by jdufault@chromium.org
, Jan 15Labels: -Pri-3 M-74 OS-Chrome Pri-1