| Index: components/mime_util/mime_util.h
|
| diff --git a/components/mime_util/mime_util.h b/components/mime_util/mime_util.h
|
| index bea3c5371d68df59cc0df2c195bc30ce47806d3d..5653ffc89cdcc5681dbdf864fb814a29da359dee 100644
|
| --- a/components/mime_util/mime_util.h
|
| +++ b/components/mime_util/mime_util.h
|
| @@ -17,7 +17,6 @@ bool IsSupportedImageMimeType(const std::string& mime_type);
|
| bool IsSupportedNonImageMimeType(const std::string& mime_type);
|
| bool IsUnsupportedTextMimeType(const std::string& mime_type);
|
| bool IsSupportedJavascriptMimeType(const std::string& mime_type);
|
| -bool IsSupportedCertificateMimeType(const std::string& mime_type);
|
|
|
| // Convenience function.
|
| bool IsSupportedMimeType(const std::string& mime_type);
|
|
|