diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 19:20:28 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 19:20:28 +0000 |
commit | d3ef5942dc19d90fe64e721c0733573d4a89caa5 (patch) | |
tree | b8fc7336ed20daf54dffdfaf9b95193f3f760ef1 /chrome/app | |
parent | 9b185d590ae6383e5cb09171d56cee849fb382e6 (diff) | |
download | chromium_src-d3ef5942dc19d90fe64e721c0733573d4a89caa5.zip chromium_src-d3ef5942dc19d90fe64e721c0733573d4a89caa5.tar.gz chromium_src-d3ef5942dc19d90fe64e721c0733573d4a89caa5.tar.bz2 |
Adding a favicon for the Extensions page.
BUG=25509
TEST=Open the extensions page and its tab should have an icon.
Review URL: http://codereview.chromium.org/332009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/extensions_favicon.png | bin | 0 -> 863 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/extensions_favicon.png b/chrome/app/theme/extensions_favicon.png Binary files differnew file mode 100644 index 0000000..f3da311 --- /dev/null +++ b/chrome/app/theme/extensions_favicon.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 9296a60..40a534f 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -259,6 +259,7 @@ <include name="IDR_HOME_P" file="home_p.png" type="BINDATA" /> <include name="IDR_HISTORY_FAVICON" file="history_favicon.png" type="BINDATA" /> <include name="IDR_DOWNLOADS_FAVICON" file="downloads_favicon.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_FAVICON" file="extensions_favicon.png" type="BINDATA" /> <include name="IDR_MENU_PAGE_RTL" file="menu_page_rtl.png" type="BINDATA" /> <include name="IDR_MENU_CHROME_RTL" file="menu_chrome_rtl.png" type="BINDATA" /> <include name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begin.png" type="BINDATA" /> |