commit | ba43fa30130043f36b34b97ffee2a4f85fa7315f | [log] [tgz] |
---|---|---|
author | nancylingwang <nancylingwang@chromium.org> | Wed Aug 12 06:13:20 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 12 06:13:20 2020 |
tree | 018e8f90d9447474930c4796ff6cacf2254a8e51 | |
parent | 5c07e57b3828213973b174cb7f3d1442f0dd0d78 [diff] |
Remove default apps checking, and convert all apps to the standard icons Since we have the circle checking, we can call the CreateStandardIcon interface to convert all apps (including the essential apps/default apps) to the standard icons, and the CreateStandardIcon interface can check whether the icon is circle or not to apply shrink or not. So the default apps checking can be removed. BUG=1114771 Change-Id: I6c60fa8127c6f22e19824e21bffc8720100576f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351259 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#797138}
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.