commit | 9c5b6fb9c9915c9c8c62a49302f2c854c3ae918a | [log] [tgz] |
---|---|---|
author | manukh <manukh@chromium.org> | Fri Nov 15 01:43:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 15 01:43:04 2024 |
tree | 9b6d853b8924904356d6f6efd10094d519d2e9a6 | |
parent | 9ba0e1f02447d8ecbb81cb3191c5fdc71f85ef52 [diff] |
[omnibox][history-embeddings] Fix answer text color for theme users `kColorOmniboxResultsTextAnswer` was only being set in the CR23 code path. That's skipped for users in high-contrast mode and for users using a theme from either the webstore or NTP. For these users, since the token wasn't set, the text was rendered red. This CL sets `kColorOmniboxResultsTextAnswer` for the non-CR23 code path as well. Bug: 379135338 Change-Id: I29dff11b5deb89771abd85f1c4490ba99953c360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6023875 Auto-Submit: manuk hovanesian <manukh@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1383371}
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.