diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 01:58:17 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 01:58:17 +0000 |
commit | 1472dfd10f36e62dd1fc0b0f91c8c3dec450e3a5 (patch) | |
tree | 971710ca1d22b52dcfc0aac57336ab36ed2fc7e4 /webkit/glue/resources | |
parent | 2fbc33967abe8fd301a1c0ce35a625ed98bf41f9 (diff) | |
download | chromium_src-1472dfd10f36e62dd1fc0b0f91c8c3dec450e3a5.zip chromium_src-1472dfd10f36e62dd1fc0b0f91c8c3dec450e3a5.tar.gz chromium_src-1472dfd10f36e62dd1fc0b0f91c8c3dec450e3a5.tar.bz2 |
Remove references to feed preview, which was removed years ago.
TEST=tests still pass
Review URL: http://codereview.chromium.org/2150005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/resources')
-rw-r--r-- | webkit/glue/resources/feed.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/webkit/glue/resources/feed.html b/webkit/glue/resources/feed.html deleted file mode 100644 index c6a5747d..0000000 --- a/webkit/glue/resources/feed.html +++ /dev/null @@ -1,18 +0,0 @@ -<html> - <head> - <title>Feed Content</title> - <style type='text/css'> - body { - margin: 5ex 7ex; - font-family: sans-serif; - } - </style> - </head> - <body> - <p>This is a <a href="http://en.wikipedia.org/wiki/Web_feed">feed</a> that - can be displayed in a feed reader.</p> - - <p><a href="http://www.google.com/ig/add?feedurl={{URL}}">Subscribe via - Google</a>.</p> - </body> -</html> |