| Index: chrome/browser/chromeos/options/cert_library.h
|
| diff --git a/chrome/browser/chromeos/options/cert_library.h b/chrome/browser/chromeos/options/cert_library.h
|
| index cc5a6f27b1db963cfa2973d6629802c8e78192e5..73dda6145a7ada6fda0f64a975e2bb950b0acabc 100644
|
| --- a/chrome/browser/chromeos/options/cert_library.h
|
| +++ b/chrome/browser/chromeos/options/cert_library.h
|
| @@ -66,7 +66,7 @@ class CertLibrary : public CertLoader::Observer {
|
| base::string16 GetCertDisplayStringAt(CertType type, int index) const;
|
| std::string GetServerCACertPEMAt(int index) const;
|
| std::string GetUserCertPkcs11IdAt(int index, int* slot_id) const;
|
| - bool IsCertHardwareBackedAt(CertType type, int index) const;
|
| + bool IsCertSecureAt(CertType type, int index) const;
|
|
|
| // Returns the index of a Certificate matching |pem_encoded| or -1 if none
|
| // found. This function may be slow depending on the number of stored
|
|
|