commit | 9351f546373786123ebd978138d52cafcc0c491b | [log] [tgz] |
---|---|---|
author | Menghan YANG <myuu@google.com> | Tue Apr 18 08:46:03 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 18 08:46:03 2023 |
tree | 63dfc9d7623e706fb36841871332e398c67c6fca | |
parent | c9662a0ddbcc8d49d00e8bdb0f748bb984f5bea6 [diff] |
[iOS] Fix crash on sign-in with account storage promo in incognito The authentification flow doesn't use the original browser state in incognito mode, which causes the app to crash when trying to retrieve and use auth related services using the browser state. This CL makes it use the original browser state in all situations. Bug: 1432747 Change-Id: Ib36662a39ed1765c2dc87d9e6541e17be476255f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4428673 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Menghan Yang <myuu@google.com> Cr-Commit-Position: refs/heads/main@{#1131764}
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.