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

Unified Diff: components/mime_util/mime_util.h

Issue 1423663012: Removing x-x509-user-cert mime handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving to chrome. Created 4 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: components/mime_util/mime_util.h
diff --git a/components/mime_util/mime_util.h b/components/mime_util/mime_util.h
index bea3c5371d68df59cc0df2c195bc30ce47806d3d..5653ffc89cdcc5681dbdf864fb814a29da359dee 100644
--- a/components/mime_util/mime_util.h
+++ b/components/mime_util/mime_util.h
@@ -17,7 +17,6 @@ bool IsSupportedImageMimeType(const std::string& mime_type);
bool IsSupportedNonImageMimeType(const std::string& mime_type);
bool IsUnsupportedTextMimeType(const std::string& mime_type);
bool IsSupportedJavascriptMimeType(const std::string& mime_type);
-bool IsSupportedCertificateMimeType(const std::string& mime_type);
// Convenience function.
bool IsSupportedMimeType(const std::string& mime_type);

Powered by Google App Engine
This is Rietveld 408576698