Vectorize website settings icons in omnibox
commit7ca51e26dc7316b50d5f96e4e1b4312584cb995f
authorestade <estade@chromium.org>
Mon, 31 Aug 2015 19:03:33 +0000 (31 12:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 31 Aug 2015 19:04:03 +0000 (31 19:04 +0000)
tree20d45b46c9486e1d866ff18413e0ae27192a163d
parenta4a6e59d57b8e889a560a60508b164602b7d75a7
Vectorize website settings icons in omnibox

unlike other icon vectorization/MD work, this does respect the --top-chrome-md flag, because these icons live in the omnibox and look funky if you put them in the old omnibox.

BUG=505953, 514718

Review URL: https://codereview.chromium.org/1313603003

Cr-Commit-Position: refs/heads/master@{#346432}
14 files changed:
chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
chrome/browser/ui/content_settings/content_setting_image_model.cc
chrome/browser/ui/content_settings/content_setting_image_model.h
chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
chrome/browser/ui/views/location_bar/content_setting_image_view.cc
ui/gfx/BUILD.gn
ui/gfx/paint_vector_icon.cc
ui/gfx/paint_vector_icon.h
ui/gfx/vector_icon_types.h
ui/gfx/vector_icons/blocked_badge.icon [new file with mode: 0644]
ui/gfx/vector_icons/code.icon [new file with mode: 0644]
ui/gfx/vector_icons/cookie.icon
ui/gfx/vector_icons/mixed_content.icon [new file with mode: 0644]
ui/gfx/vector_icons/web.icon [new file with mode: 0644]