| Index: net/base/mime_util.cc
|
| diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
|
| index ab505b0f66f63a93beea118c8a4bbaeaa3638538..8a9709f348106b9f9d3567ac816a1180dbc22632 100644
|
| --- a/net/base/mime_util.cc
|
| +++ b/net/base/mime_util.cc
|
| @@ -305,8 +305,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.
|
|
|