diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 21:21:42 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 21:21:42 +0000 |
commit | fd55fef4de326449cb0992863c2d4a82076c5e6d (patch) | |
tree | 387aff8a2dca97f0d7d4536a1beea61d5539f332 /chrome/app/theme | |
parent | e401e27cfb7a6ee0b637f8a68791bad5117775ba (diff) | |
download | chromium_src-fd55fef4de326449cb0992863c2d4a82076c5e6d.zip chromium_src-fd55fef4de326449cb0992863c2d4a82076c5e6d.tar.gz chromium_src-fd55fef4de326449cb0992863c2d4a82076c5e6d.tar.bz2 |
[NTP] Replace the small chrome icon with the web store icon on the web store links.
BUG=86028
TEST=Check the icon on the NTP.
Review URL: http://codereview.chromium.org/7236002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/chromium/webstore_icon_16.png | bin | 0 -> 325 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/chromium/webstore_icon_16.png b/chrome/app/theme/chromium/webstore_icon_16.png Binary files differnew file mode 100644 index 0000000..6a519f8 --- /dev/null +++ b/chrome/app/theme/chromium/webstore_icon_16.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 1fecfb3..83dd3b3 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -366,9 +366,11 @@ <include name="IDR_WARNING" file="alert_small.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_WEBSTORE_ICON" file="google_chrome/webstore_icon.png" type="BINDATA" /> + <include name="IDR_WEBSTORE_ICON_16" file="google_chrome/webstore_icon_16.png" type="BINDATA" /> </if> <if expr="not pp_ifdef('_google_chrome')"> <include name="IDR_WEBSTORE_ICON" file="chromium/webstore_icon.png" type="BINDATA" /> + <include name="IDR_WEBSTORE_ICON_16" file="chromium/webstore_icon_16.png" type="BINDATA" /> </if> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_WIZARD_ICON" file="google_chrome/wizard_icon.png" type="BINDATA" /> |