commit | b0ed955cfc0231e83b0ceb256d72ce701e1c0063 | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@chromium.org> | Mon Jan 25 23:44:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 25 23:44:50 2021 |
tree | 0f8733cda333e4d28afdd17493df2d50c348a732 | |
parent | d83d3801ae07072d4ffee0d0dbe0da2b5753bd53 [diff] |
Toolbar: Fix NewTabButton tint Various flags (IsTablet/GridTabSwitcher/StartSurface) were not properly applied to the NewTabButton tint. This CL fixes the bug by setting them through property model (for phone) and during init (for tablet). Bug: 1169532 Change-Id: I373c6eafd1e180db1a5cd7aec5c32ac835273a04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643692 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#846943}
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.