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

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: Adding tests. 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
« no previous file with comments | « chrome/browser/download/download_target_determiner_unittest.cc ('k') | components/mime_util/mime_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/download/download_target_determiner_unittest.cc ('k') | components/mime_util/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698