| Index: net/base/mime_util.h
|
| diff --git a/net/base/mime_util.h b/net/base/mime_util.h
|
| index 3275464676460737ff5a0a48b09b148ed76a7a35..ca20238eb0303b59b48354bd1c73538b28fae3ae 100644
|
| --- a/net/base/mime_util.h
|
| +++ b/net/base/mime_util.h
|
| @@ -42,6 +42,7 @@ NET_EXPORT bool GetPreferredExtensionForMimeType(
|
| NET_EXPORT bool IsSupportedImageMimeType(const std::string& mime_type);
|
| NET_EXPORT bool IsSupportedMediaMimeType(const std::string& mime_type);
|
| NET_EXPORT bool IsSupportedNonImageMimeType(const std::string& mime_type);
|
| +NET_EXPORT bool IsSupportedImagePrefixedMimeType(const std::string& mime_type);
|
| NET_EXPORT bool IsUnsupportedTextMimeType(const std::string& mime_type);
|
| NET_EXPORT bool IsSupportedJavascriptMimeType(const std::string& mime_type);
|
| NET_EXPORT bool IsSupportedCertificateMimeType(const std::string& mime_type);
|
|
|