commit | 42995c42609188a9127545ef92f146f5a9dcc43b | [log] [tgz] |
---|---|---|
author | Sujie Zhu <sujiezhu@google.com> | Mon May 15 22:22:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 22:22:38 2023 |
tree | 4ea9c1fab54e27584b99eefc274747f7ae96c2e9 | |
parent | 47d4c4536a4f5659462a83e6f7d7a7296b5405e6 [diff] |
[ReauthenticatorBridge][Android] Split canUseAuthentication() into biometric only and biometric + screen lock Follow up CL to split current canUseAuthentication() interface into separate WithBiometric() and WithBiometricOrScreenLock() for better reuse. For existing usages, use WithBiometricOrScreenLock() for Incognito usages, while for payments use WithBiometric(). Bug: 1434875 Change-Id: I074138b8ff3c2f92d8d9a2a067fec0e221f84007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4521917 Reviewed-by: Rohit Agarwal <roagarwal@chromium.org> Reviewed-by: Ioana Pandele <ioanap@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/main@{#1144422}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.