Index: net/base/mime_util.cc |
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc |
index 85f5d15b9411898e9fac2d44ef33f8a8307c4253..ff5df12e6dfb3ae57d4ff960b91c3ae38aec8f6d 100644 |
--- a/net/base/mime_util.cc |
+++ b/net/base/mime_util.cc |
@@ -300,8 +300,6 @@ static const char* const supported_non_image_types[] = { |
"image/svg+xml", // SVG is text-based XML, even though it has an image/ type |
"application/xml", |
"application/xhtml+xml", |
- "application/rss+xml", |
- "application/atom+xml", |
"application/json", |
"application/x-x509-user-cert", |
"multipart/related", // For MHTML support. |