summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 21:21:42 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 21:21:42 +0000
commitfd55fef4de326449cb0992863c2d4a82076c5e6d (patch)
tree387aff8a2dca97f0d7d4536a1beea61d5539f332 /chrome/app/theme
parente401e27cfb7a6ee0b637f8a68791bad5117775ba (diff)
downloadchromium_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.pngbin0 -> 325 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd2
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
new file mode 100644
index 0000000..6a519f8
--- /dev/null
+++ b/chrome/app/theme/chromium/webstore_icon_16.png
Binary files differ
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" />