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

Unified Diff: net/base/mime_util.cc

Issue 11048039: Don't use web intents for rss feeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 8 years, 2 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
« no previous file with comments | « content/browser/renderer_host/buffered_resource_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/mime_util.cc
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
index 35093da1f65d2da507378937e935b945a20e74fa..f851ecd13785764d6b3a18825801a13411eca91a 100644
--- a/net/base/mime_util.cc
+++ b/net/base/mime_util.cc
@@ -333,6 +333,8 @@ static const char* const supported_non_image_types[] = {
"text/",
"image/svg+xml", // SVG is text-based XML, even though it has an image/ type
"application/xml",
+ "application/atom+xml",
+ "application/rss+xml",
"application/xhtml+xml",
"application/json",
"application/x-x509-user-cert",
« no previous file with comments | « content/browser/renderer_host/buffered_resource_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698