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

Unified Diff: components/mime_util/mime_util.h

Issue 2105553009: Remove declaration of GetCertificateMimeTypeForMimeType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix includes Created 4 years, 6 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 | 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 5653ffc89cdcc5681dbdf864fb814a29da359dee..a10c47eb84efcbd533035f90486cf64ea99608a2 100644
--- a/components/mime_util/mime_util.h
+++ b/components/mime_util/mime_util.h
@@ -7,8 +7,6 @@
#include <string>
-#include "net/base/mime_util.h"
-
namespace mime_util {
// Check to see if a particular MIME type is in the list of
@@ -21,9 +19,6 @@ bool IsSupportedJavascriptMimeType(const std::string& mime_type);
// Convenience function.
bool IsSupportedMimeType(const std::string& mime_type);
-net::CertificateMimeType GetCertificateMimeTypeForMimeType(
- const std::string& mime_type);
-
} // namespace mime_util
#endif // COMPONENTS_MIME_UTIL_MIME_UTIL_H__
« no previous file with comments | « no previous file | components/mime_util/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698