diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 01:37:00 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 01:37:00 +0000 |
commit | f7d17b2ecc119c27673e8cc8c858761d253277f3 (patch) | |
tree | 5f17de5d80a832a0ce07aee13557f6e929ade11c /chrome/app/theme/theme_resources.grd | |
parent | df407eaf9bad2ca4e4d2099904d0a35d11caec3e (diff) | |
download | chromium_src-f7d17b2ecc119c27673e8cc8c858761d253277f3.zip chromium_src-f7d17b2ecc119c27673e8cc8c858761d253277f3.tar.gz chromium_src-f7d17b2ecc119c27673e8cc8c858761d253277f3.tar.bz2 |
, INNTP: Adds 2 hard coded thumbnails.
This code needs to be rewritten after beta to handle localized content.
BUG=15079
TEST=Start chrome with a new profile. There should be 2 thumbnails on
the new tab page.
Review URL: http://codereview.chromium.org/160126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 6e6d996..73ef87f 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -184,6 +184,10 @@ <include name="IDR_NEWTAB_OPTION" file="ntp_option.png" type="BINDATA" /> <include name="IDR_NEWTAB_OPTION_H" file="ntp_option_h.png" type="BINDATA" /> <include name="IDR_NEWTAB_OPTION_P" file="ntp_option_p.png" type="BINDATA" /> + <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_THUMBNAIL" file="ntp_welcome_thumb.png" type="BINDATA" /> + <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_FAVICON" file="ntp_welcome_favicon.png" type="BINDATA" /> + <include name="IDR_NEWTAB_THEMES_GALLERY_THUMBNAIL" file="ntp_themes_gallery_thumb.png" type="BINDATA" /> + <include name="IDR_NEWTAB_THEMES_GALLERY_FAVICON" file="ntp_themes_gallery_favicon.png" type="BINDATA" /> <include name="IDR_ARROW_RIGHT" file="arrow_right.png" type="BINDATA" /> <include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" /> <include name="IDR_OTR_ICON" file="otr_icon.png" type="BINDATA" /> |