commit | 388c93661e1b6168c8d8c900e56b012c4851c1f2 | [log] [tgz] |
---|---|---|
author | Ryan Sultanem <rsult@google.com> | Thu Apr 18 13:44:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 13:44:44 2024 |
tree | 418088a946b39956248e06a571486e6b29565021 | |
parent | 1a89f7bc718b92ec0142b5798e1a540b07ea6b28 [diff] |
[AvatarToolbarButton] Sync error to depend on last error type instead of fetching new error Fixing the last call to `::GetAvatarSyncErrorType()` outside the `SyncErrorStateProvider` to depend on the error within `SyncErrorStateProvider` to be aligned with active state. If the error changes, a subsequent `RequestUpdate()` should take care of notifying with the new error value and update the state. Bug: b:324018028, b:334007230, b:333961052 Change-Id: Idc45f3843fbd576bb28bfe92fce4bd63a44e4eb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5465619 Reviewed-by: Monica Basta <msalama@chromium.org> Commit-Queue: Ryan Sultanem <rsult@google.com> Cr-Commit-Position: refs/heads/main@{#1289280}
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.