| 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",
|
|
|