commit | 919d71baeac5a32ef6bad3addede363beb54e2f9 | [log] [tgz] |
---|---|---|
author | Katie Dektar <katie@chromium.org> | Thu Jul 06 21:12:32 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 06 21:12:32 2023 |
tree | dce61bf8fb24991dd389686beff8ce1c9c7f154c | |
parent | 041778ab6e20b75a53909dc8787a991a2b492b15 [diff] |
[Color correction] Only log color correction settings when enabled Previously color correction settings (filter type and amount) were logged even if color correction was disabled, but this creates some noise in the logs since most users do not turn on color correction. With this change, we log the settings only if color correction is enabled. Bug: b/259372272 Change-Id: Icc7cbbbb818187e0523942ae4b8de27e35eeb53d AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4669877 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Auto-Submit: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1166766}
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.