commit | e6f2716ffaa029770cb6cad905437aacaeb554de | [log] [tgz] |
---|---|---|
author | Curt Clemens <cclem@google.com> | Tue Feb 20 19:20:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 20 19:20:25 2024 |
tree | 2e16020f8aaf150830a8ecd504165ab85eacf8ce | |
parent | 79be139f5e0307be005d2790e47f78938c6e4b2b [diff] |
[QuickStart] Add AllowQRCodeUX method to AccessibilityManager Currently, Quick Start will fall back to using PIN auth if Chromevox is enabled since it is likely that the user could have difficulty scanning a QR code. We believe that there may be other accessibility settings we should check when making this determination, so let's stub out a method in the AccessibilityManager. Bug: b/289246311 Test: Existing tests cover this functionality in Quick Start. Change-Id: Ib91f5348682e0dc706a14ff55de0d77425754dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5276451 Reviewed-by: Katie Dektar <katie@chromium.org> Commit-Queue: Curt Clemens <cclem@google.com> Reviewed-by: Joe Antonetti <joeantonetti@google.com> Reviewed-by: Renato Silva <rrsilva@google.com> Reviewed-by: Brittany Hartmire <bhartmire@google.com> Cr-Commit-Position: refs/heads/main@{#1262831}
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.