commit | 5bc380c0edbfdfd0978f768474232fdfe8112b57 | [log] [tgz] |
---|---|---|
author | Tanmoy Mollik <triploblastic@chromium.org> | Wed Jan 17 18:27:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 18:27:39 2024 |
tree | d5fa7ca845a9c2a17ad94cb7cfcec77a8d81c0fb | |
parent | 77d8da894ba6e7042078240474cef3785b8f3700 [diff] |
[Android] Fix crash in IdentityManager.refreshAccountInfoIfStale() IdentityManager.refreshAccountInfoIfStale() was updated in https://crrev.com/c/5192450. But without SEED_ACCOUNTS_REVAMP the new logic doesn't work. That is because in old flows native AccountTrackerService is not properly synced with java counterpart. This cl fixes the crash by keeping the old code until SEED_ACCOUNTS_REVAMP is fully launched. Low-Coverage-Reason: TRIVIAL_CHANGE Fixed: 1518208, 1518709 Change-Id: I4a788c1ea928d40cb62e0d670ea4a0baa3ab9a78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5197639 Reviewed-by: Samar Chehade-Lepleux <samarchehade@google.com> Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@google.com> Cr-Commit-Position: refs/heads/main@{#1248243}
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.