commit | a2befe616429718fa944b004b7e1b16a5186c50f | [log] [tgz] |
---|---|---|
author | Sean Kau <skau@chromium.org> | Sat Jul 01 01:07:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 01 01:07:14 2023 |
tree | a13f890594805d3196914e784eda49693ba5ab83 | |
parent | 3ff212147268d3723faf8678b946c4d7d483c9aa [diff] |
Fix crash in ColorPaletteController Some instance of AshTestHelper use a null local_state. Some of these also trigger user pref updates. So, avoid the crash in tests. In production, we always have valid local state. Change-Id: I45802f99d27e92cfaa9c2bfa48eb8f7d31b6246f Bug: b:289445345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4662193 Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Auto-Submit: Sean Kau <skau@chromium.org> Reviewed-by: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1164995}
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.