commit | 4d76a1c1324ec04a4f1926d20877965620cfcec3 | [log] [tgz] |
---|---|---|
author | Yi Gu <yigu@chromium.org> | Sun Mar 14 22:29:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Mar 14 22:29:25 2021 |
tree | de7524a7dc3165860e907d8f5a61c44d58cad921 | |
parent | 7cc6e6066a9c78dae7fc3e573392df20f7cb7ad6 [diff] |
[WebOTP] Do not use user consent backend for remote SMS retrieval request If user consent is used we will have to show native UI permission in addition to the remote request specific notification which not only means double permissions prompts but also is out of context and bad UX. There are two major changes when a *remote* request comes in: 1. no longer listen for incoming SMSes with the UserConsentReceiver 2. no longer fall back to the user consent backend Bug: 1015645 Change-Id: I65da452f012be43713a6c72eaf2713786a1709c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2747574 Reviewed-by: Ken Buchanan <kenrb@chromium.org> Reviewed-by: Majid Valipour <majidvp@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#862695}
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.