Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: net/base/mime_util.cc

Issue 10079012: Change resource handling policy to allow feed types to download so they can be handled by web inten… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698