commit | d35fc2e89626a77df2b92f269980e1a86c28c6dc | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Thu Oct 05 15:20:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 05 15:20:02 2023 |
tree | 8b15860fe28fad95254e9e1e2c58f5bb15e1d510 | |
parent | 78ac5a8d77af8accf56c1c4811312481ed9086a2 [diff] |
Fix browser crash in AvatarMenu creation SupervisedUserServiceFactory::GetForProfile() may return nullptr, so this CL adds a null check before attempting to observe the service. R=sky Fixed: 1470877 Change-Id: I230f721c4fb390425d8c102b32ff3f1c1dd2fc4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4914045 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Scott Violet <sky@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1205846}
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.