| 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,
|
|
|