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

Unified Diff: net/cert/cert_type.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/cert/cert_trust_anchor_provider.h ('k') | net/cert/cert_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_type.h
diff --git a/net/cert/cert_type.h b/net/cert/cert_type.h
deleted file mode 100644
index 84fc44ab1d514ffe36f9f102646f9166577ae247..0000000000000000000000000000000000000000
--- a/net/cert/cert_type.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_CERT_CERT_TYPE_H_
-#define NET_CERT_CERT_TYPE_H_
-
-namespace net {
-
-// Constants to classify the type of a certificate.
-// This is only used in the context of CertDatabase, but is defined outside to
-// avoid an awkwardly long type name.
-// The type is a combination of intrinsic properties, such as the presense of an
-// Certificate Authority Basic Constraint, and assigned trust values. For
-// example, a cert with no basic constraints or trust would be classified as
-// UNKNOWN_CERT. If that cert is then trusted with SetCertTrust(cert,
-// SERVER_CERT, TRUSTED_SSL), it would become a SERVER_CERT.
-enum CertType {
- OTHER_CERT,
- CA_CERT,
- USER_CERT,
- SERVER_CERT,
- NUM_CERT_TYPES
-};
-
-} // namespace net
-
-#endif // NET_CERT_CERT_TYPE_H_
« no previous file with comments | « net/cert/cert_trust_anchor_provider.h ('k') | net/cert/cert_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698