Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: net/base/mime_util.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « net/base/mime_sniffer.cc ('k') | net/base/mime_util.cc » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698