commit | 729af5af071261f598713ac45a01d6e3ae8961a7 | [log] [tgz] |
---|---|---|
author | Jérôme Lebel <jlebel@chromium.org> | Wed Jul 12 17:37:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 12 17:37:00 2023 |
tree | 0a5888e812e81b5793b98a704789850d16386000 | |
parent | c2754aa17ec80f11b658ba30a5fa3e7b1b95423c [diff] |
[iOS][UNOp2] Create ShouldPresentWebSignin() The web sign-in is triggered by gaia cookies. There are some conditions when the web sign-in cannot be presented. Those conditions were implemented in SigninCoordinator. Since the bottom sheet will be used in other places, we need to move those conditions into ShouldPresentWebSignin() function. Bug: 1442218 Change-Id: Ia3227b310c377b2da56dba3b8dd87e3d0f649512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4672963 Reviewed-by: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Samar Chehade-Lepleux <samarchehade@google.com> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1169431}
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.