Index: net/base/mime_util.h |
diff --git a/net/base/mime_util.h b/net/base/mime_util.h |
index d5e15af51f419feb0126a11ea0fd11ac4d586209..9662e9656e397de2d48adedbfae590a3249ff4a7 100644 |
--- a/net/base/mime_util.h |
+++ b/net/base/mime_util.h |
@@ -44,7 +44,6 @@ NET_EXPORT bool IsSupportedMediaMimeType(const std::string& mime_type); |
NET_EXPORT bool IsSupportedNonImageMimeType(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 IsSupportedDartMimeType(const std::string& mime_type); |
NET_EXPORT bool IsSupportedCertificateMimeType(const std::string& mime_type); |
// Convenience function. |