| Index: chromeos/network/cert_loader.h
|
| diff --git a/chromeos/network/cert_loader.h b/chromeos/network/cert_loader.h
|
| index f3b69aefe7c2292986e83d6abb923c7959cf5d83..dd9f4c3521f754f835b25d625bd08b3d98e94757 100644
|
| --- a/chromeos/network/cert_loader.h
|
| +++ b/chromeos/network/cert_loader.h
|
| @@ -64,6 +64,8 @@ class CHROMEOS_EXPORT CertLoader : public net::CertDatabase::Observer,
|
| // Returns true if the TPM is available for hardware-backed certificates.
|
| bool IsHardwareBacked() const;
|
|
|
| + std::string GetPkcs11IdForCert(const net::X509Certificate& cert) const;
|
| +
|
| bool certificates_loaded() const { return certificates_loaded_; }
|
|
|
| // TPM info is only valid once the TPM is available (IsHardwareBacked is
|
|
|