summaryrefslogtreecommitdiffstats
path: root/ui/resources
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-05 18:53:18 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-05 18:53:18 +0000
commitabbd2f4b36da8c89e6f3002eb84f60064a6ff067 (patch)
tree4b48b0baf723ff20e57aa668a7b9307ebcfc9198 /ui/resources
parent8ecb8f9598f0b3ee1117e14b5eb6cd020eda6b6a (diff)
downloadchromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.zip
chromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.tar.gz
chromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.tar.bz2
ntp4: show larger favicons in most visited page
extend favicon source to provide larger icons. For now, larger means at most 32x32. Also, the only icon we actually support at this resolution is the default (globe). BUG=none TEST=manual Review URL: http://codereview.chromium.org/7300017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r--ui/resources/ui_resources.grd1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 1c3e60a..15dfaac 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -30,6 +30,7 @@
<include name="IDR_CONTENT_RIGHT_SIDE" file="content_right_side.png" type="BINDATA" />
<if expr="not pp_ifdef('touchui')">
<include name="IDR_DEFAULT_FAVICON" file="default_favicon.png" type="BINDATA" />
+ <include name="IDR_DEFAULT_LARGE_FAVICON" file="default_large_favicon.png" type="BINDATA" />
</if>
<if expr="pp_ifdef('touchui')">
<include name="IDR_DEFAULT_FAVICON" file="default_large_favicon.png" type="BINDATA" />