commit | e0fc428f6f56f34b48b20a3209e1a9bf9a0c9d4d | [log] [tgz] |
---|---|---|
author | Michael Bai <michaelbai@chromium.org> | Fri Apr 01 02:48:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 01 02:48:05 2022 |
tree | 45ac88c6fb59abf984591df99b8f9a85b3271d89 | |
parent | d77bdcdf37c5154bc88eea70d2e2c0a73ce91be9 [diff] |
Use web_preferences_ for preferred_color_scheme Previously preferred_color_scheme_ is used, but it doesn't work for Android, web_preferences_->preferred_color_scheme should actually be used since it is the way to tell the renderer the preferred_color_scheme. Bug: 1310080 Change-Id: I75472dc39f0299abb65065638f8827c6147b9708 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3564323 Auto-Submit: Michael Bai <michaelbai@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#987767}
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.