diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 08:11:30 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 08:11:30 +0000 |
commit | 11a2da1a77c397d687ec142b8fe2103efa45d3f0 (patch) | |
tree | d2649fb4d02addb6c6f430fd4c76b955851e5957 /chrome/app/theme | |
parent | 4171f4a814ba9f7f3534f0c8554fe9e2ccaf66ec (diff) | |
download | chromium_src-11a2da1a77c397d687ec142b8fe2103efa45d3f0.zip chromium_src-11a2da1a77c397d687ec142b8fe2103efa45d3f0.tar.gz chromium_src-11a2da1a77c397d687ec142b8fe2103efa45d3f0.tar.bz2 |
Reland r57473
TBR=eroman@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/ntp_header_background.png | bin | 0 -> 129 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_header_background_active.png | bin | 0 -> 784 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_header_background_hover.png | bin | 0 -> 129 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/ntp_header_background.png b/chrome/app/theme/ntp_header_background.png Binary files differnew file mode 100644 index 0000000..2041dff --- /dev/null +++ b/chrome/app/theme/ntp_header_background.png diff --git a/chrome/app/theme/ntp_header_background_active.png b/chrome/app/theme/ntp_header_background_active.png Binary files differnew file mode 100644 index 0000000..71dc70d --- /dev/null +++ b/chrome/app/theme/ntp_header_background_active.png diff --git a/chrome/app/theme/ntp_header_background_hover.png b/chrome/app/theme/ntp_header_background_hover.png Binary files differnew file mode 100644 index 0000000..5a4dfe4 --- /dev/null +++ b/chrome/app/theme/ntp_header_background_hover.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 51f1f26..7291344 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -214,6 +214,9 @@ <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_SECTION_HEADER_BACKGROUND" file="ntp_header_background.png" type="BINDATA" /> + <include name="IDR_NEWTAB_SECTION_HEADER_BACKGROUND_H" file="ntp_header_background_hover.png" type="BINDATA" /> + <include name="IDR_NEWTAB_SECTION_HEADER_BACKGROUND_A" file="ntp_header_background_active.png" type="BINDATA" /> <include name="IDR_NEWTAB_THEMES_GALLERY_FAVICON" file="ntp_themes_gallery_favicon.png" type="BINDATA" /> <include name="IDR_NEWTAB_THEMES_GALLERY_THUMBNAIL" file="ntp_themes_gallery_thumb.png" type="BINDATA" /> <include name="IDR_OMNIBOX_EV_BUBBLE_BACKGROUND_C" file="ev_bubble_c.png" type="BINDATA" /> |