Index: net/base/mime_util.h |
diff --git a/net/base/mime_util.h b/net/base/mime_util.h |
index 24dca3def6e928d98d46b1b3a1d15c8a450fe0c4..f3901ba95659a9a2952e00e577b50e1429af23a7 100644 |
--- a/net/base/mime_util.h |
+++ b/net/base/mime_util.h |
@@ -140,12 +140,6 @@ NET_EXPORT void GetExtensionsForMimeType( |
// variations. |
NET_EXPORT void RemoveProprietaryMediaTypesAndCodecsForTests(); |
-// Returns the IANA media type contained in |mime_type|, or an empty |
-// string if |mime_type| does not specifify a known media type. |
-// Supported media types are defined at: |
-// http://www.iana.org/assignments/media-types/index.html |
-NET_EXPORT const std::string GetIANAMediaType(const std::string& mime_type); |
- |
// A list of supported certificate-related mime types. |
// |
// A Java counterpart will be generated for this enum. |