commit | ae1caf0d27443f0a07bc4e9b7b9510c7f17a9b51 | [log] [tgz] |
---|---|---|
author | minch <minch@chromium.org> | Fri Nov 06 18:29:03 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 06 18:29:03 2020 |
tree | 628aebb8cc231919d4da9a9ca7032a1a031df13e | |
parent | 86cbe826ba5c985bbd1d692fcf9bd15ffecc075c [diff] |
dark_mode: Remove TrayPopupItemStyle. TrayPopupItemStyle is used to set some of the icon and label's colors of system tray, also the fontlist of the label. Remove it and get the colors from AshColorProvider instead. This is also better for necessary live update later. Bug: 1131543 Change-Id: Ia148fa60725017f471bd9730d2f0b23a2239d17a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509000 Reviewed-by: Min Chen <minch@chromium.org> Reviewed-by: Tim Song <tengs@chromium.org> Reviewed-by: David Black <dmblack@google.com> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#824936}
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.
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.