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

Unified Diff: net/base/mime_util.h

Issue 11775005: Delete unused code in mimeutil. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 12 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
« no previous file with comments | « no previous file | net/base/mime_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | net/base/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698