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

Unified Diff: net/base/cert_database.h

Issue 10407072: certificate manager: Disable export option for TPM-backed certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error in cert_database_nss.cc Created 8 years, 7 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: net/base/cert_database.h
diff --git a/net/base/cert_database.h b/net/base/cert_database.h
index 2e95624c911c1d070f6d4d1df65a6d93fbdc9e13..7773e9a42d5acaa7296fd8a61864f30eaa9ebc6f 100644
--- a/net/base/cert_database.h
+++ b/net/base/cert_database.h
@@ -172,6 +172,9 @@ class NET_EXPORT CertDatabase {
// rejecting them.
bool IsUntrusted(const X509Certificate* cert) const;
+ // IsHardwareBacked returns true if |cert| is hardware backed.
+ bool IsHardwareBacked(const X509Certificate* cert) const;
+
// Set trust values for certificate.
// Returns true on success or false on failure.
bool SetCertTrust(const X509Certificate* cert,

Powered by Google App Engine
This is Rietveld 408576698