diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 18:41:15 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 18:41:15 +0000 |
commit | 8ecdd840a7c01d96cb197b82f8da01f4a704b807 (patch) | |
tree | 664d085199cb8f5d773563d2714a67b143a5724c /ui/resources/ui_resources.grd | |
parent | 3ed7496fcf01af71b591fa3ced274cfbdad78c9f (diff) | |
download | chromium_src-8ecdd840a7c01d96cb197b82f8da01f4a704b807.zip chromium_src-8ecdd840a7c01d96cb197b82f8da01f4a704b807.tar.gz chromium_src-8ecdd840a7c01d96cb197b82f8da01f4a704b807.tar.bz2 |
Another set of icons for the launcher. The chrome logo now shows the
app list, hence code changes to shuffle things around.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8957012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index a67f53e..5bd9a37 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -133,7 +133,9 @@ <!-- Images only used by Aura. --> <if expr="pp_ifdef('use_aura')"> - <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-32.png" type="BINDATA" /> + <include name="IDR_AURA_LAUNCHER_NEW_BROWSER" file="aura/new_browser.png" type="BINDATA" /> + <include name="IDR_AURA_LAUNCHER_NEW_BROWSER_HOT" file="aura/new_browser_h.png" type="BINDATA" /> + <include name="IDR_AURA_LAUNCHER_NEW_BROWSER_PUSHED" file="aura/new_browser_p.png" type="BINDATA" /> <include name="IDR_AURA_LAUNCHER_OVERFLOW" file="aura/launcher_overflow.png" type="BINDATA" /> <include name="IDR_AURA_LAUNCHER_OVERFLOW_HOT" file="aura/launcher_overflow_h.png" type="BINDATA" /> <include name="IDR_AURA_LAUNCHER_OVERFLOW_PUSHED" file="aura/launcher_overflow_p.png" type="BINDATA" /> |