Index: net/base/mime_util.h |
diff --git a/net/base/mime_util.h b/net/base/mime_util.h |
index 82279f0c74b6081463937298b6a997c0b1ad2d99..45990d379ac9c8f432d144e6136fdd9277b688ca 100644 |
--- a/net/base/mime_util.h |
+++ b/net/base/mime_util.h |
@@ -46,10 +46,6 @@ 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); |
-// Get whether this mime type should be displayed in view-source mode. |
-// (For example, XML.) |
-NET_EXPORT bool IsViewSourceMimeType(const std::string& mime_type); |
- |
// Convenience function. |
NET_EXPORT bool IsSupportedMimeType(const std::string& mime_type); |