DescriptionRemove some theme images that are not used any more.
These aren't used by the default theme, which renders programmatically
or with colors. (For example, the ntp background image was a 42x42
white square, but we don't need it because we set the bg color to
white.)
I left the IDR_s in place because they're still needed to identify
custom theme images. We could replace them with a C++ enum, but since
they occupy the same namespace as other themed/not-themed images (ints),
leaving them here seems the best way to avoid potential collisions.
BUG=522168
Committed: https://crrev.com/5cc5609d072e90e2b1fe5d9de04bf00d45c5a5c6
Cr-Commit-Position: refs/heads/master@{#438989}
Patch Set 1 #Patch Set 2 : a few more #Patch Set 3 : delete some theming code too #
Total comments: 6
Patch Set 4 : simplifaction #Patch Set 5 : fix #Messages
Total messages: 32 (19 generated)
|