| Index: net/base/mime_util.cc
|
| diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
|
| index 35093da1f65d2da507378937e935b945a20e74fa..67a2415ca2f54c41d517b3f1d5b3cb660db66a3e 100644
|
| --- a/net/base/mime_util.cc
|
| +++ b/net/base/mime_util.cc
|
| @@ -336,6 +336,10 @@ static const char* const supported_non_image_types[] = {
|
| "application/xhtml+xml",
|
| "application/json",
|
| "application/x-x509-user-cert",
|
| +#if defined(OS_ANDROID)
|
| + "application/x-x509-ca-cert",
|
| + "application/x-pkcs12",
|
| +#endif
|
| "multipart/related", // For MHTML support.
|
| "multipart/x-mixed-replace"
|
| // Note: ADDING a new type here will probably render it AS HTML. This can
|
|
|