diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 22:48:08 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 22:48:08 +0000 |
commit | cbc0e9cc6651df9bb4a256c30c7d4a8fce36d066 (patch) | |
tree | 04db665d0a50888ece0b9e5c83695b7860381827 /chrome/app/theme | |
parent | 81cf6f77e3bf3a413220d9b28ba83d85567d9048 (diff) | |
download | chromium_src-cbc0e9cc6651df9bb4a256c30c7d4a8fce36d066.zip chromium_src-cbc0e9cc6651df9bb4a256c30c7d4a8fce36d066.tar.gz chromium_src-cbc0e9cc6651df9bb4a256c30c7d4a8fce36d066.tar.bz2 |
Fix bug 9812: Remove current RSS code in favor of new more generalized
PageAction code that serves the same purpose (and more).
BUG=9812
TEST=No test needed, this shouldn't result in any noticable difference
since the RSS parsing was disabled.
Review URL: http://codereview.chromium.org/100356
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/rss.png | bin | 943 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/theme/rss.png b/chrome/app/theme/rss.png Binary files differdeleted file mode 100644 index 58bda7f..0000000 --- a/chrome/app/theme/rss.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 7d70b99..ee1f619 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -59,7 +59,6 @@ <include name="IDR_RELOAD" file="reload.png" type="BINDATA" /> <include name="IDR_RELOAD_H" file="reload_h.png" type="BINDATA" /> <include name="IDR_RELOAD_P" file="reload_p.png" type="BINDATA" /> - <include name="IDR_RSS_ICON" file="rss.png" type="BINDATA" /> <include name="IDR_STAR" file="star.png" type="BINDATA" /> <include name="IDR_STAR_D" file="star_d.png" type="BINDATA" /> <include name="IDR_STAR_H" file="star_h.png" type="BINDATA" /> |