| 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 2e86ead48743a7d3b268337f38c43663ed748099..7ec845faaf6a53ef62ddfd9b44172d3cddccbca2 100644
|
| --- a/chrome/browser/chromeos/options/cert_library.h
|
| +++ b/chrome/browser/chromeos/options/cert_library.h
|
| @@ -68,7 +68,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
|
|
|