diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 21:05:47 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 21:05:47 +0000 |
commit | 64d50ed649d61c5b84b09369b091018f70547bf8 (patch) | |
tree | 32f25e3f4d6721d68f6ce553bc51172a218bb071 /net/base/mime_util.cc | |
parent | dbf5e6c9053bf8e4c5fb08a1ca3005636380b5bb (diff) | |
download | chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.zip chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.tar.gz chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.tar.bz2 |
Move FTP LIST parsing code to the renderer process.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/210027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/mime_util.cc')
-rw-r--r-- | net/base/mime_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc index 22e8eea..0fbb8c3 100644 --- a/net/base/mime_util.cc +++ b/net/base/mime_util.cc @@ -226,6 +226,7 @@ static const char* const supported_non_image_types[] = { // So, by including "text/css" into this list we choose Firefox // behavior - css files will be displayed: "text/css", + "text/vnd.chromium.ftp-dir", "text/", "image/svg+xml", // SVG is text-based XML, even though it has an image/ type "application/xml", |