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

Unified Diff: net/base/mime_util.h

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « net/android/network_library.cc ('k') | net/cert/caching_cert_verifier.h » ('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 48b9a648af696a9307f6f85b1fe427dc92eecae9..3123a087092e58ded2b2a6caddeb6871e767072a 100644
--- a/net/base/mime_util.h
+++ b/net/base/mime_util.h
@@ -89,17 +89,6 @@ NET_EXPORT void GetExtensionsForMimeType(
const std::string& mime_type,
std::vector<base::FilePath::StringType>* extensions);
-// A list of supported certificate-related mime types.
-//
-// A Java counterpart will be generated for this enum.
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.net
-enum CertificateMimeType {
- CERTIFICATE_MIME_TYPE_UNKNOWN,
- CERTIFICATE_MIME_TYPE_X509_USER_CERT,
- CERTIFICATE_MIME_TYPE_X509_CA_CERT,
- CERTIFICATE_MIME_TYPE_PKCS12_ARCHIVE,
-};
-
// Generates a random MIME multipart boundary.
// The returned string is guaranteed to be at most 70 characters long.
NET_EXPORT std::string GenerateMimeMultipartBoundary();
« no previous file with comments | « net/android/network_library.cc ('k') | net/cert/caching_cert_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698