commit | a1861b777435f1c53d75449c78f15d98909fa49c | [log] [tgz] |
---|---|---|
author | Jeffrey Young <cowmoo@google.com> | Mon Aug 29 18:01:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 29 18:01:44 2022 |
tree | a0f57bd0a977bc92b41c4c5e06f0ecbd9afebeac | |
parent | 2d3d8e47fd6ce57277772def0fd0dd92367eb6a1 [diff] |
personalization: null safety |OnUserImageIsEnterpriseManagedChanged| In some cases, there is no user associated with a given AccountId that was used to remove policy controlled avatar image data. Be more careful about null safety to prevent a crash in that instance. Only notify user image enterprise state observers of the change if there is a valid user. BUG=b:242644179 Change-Id: I31ffb0260d4e12de53a35897c57a05874ffa277b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3840856 Reviewed-by: Tao Wu <wutao@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1040497}
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.