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

Unified Diff: chrome/browser/chromeos/options/cert_library.h

Issue 2485813002: Allow ECDSA certs to be used for VPN and wifi (Closed)
Patch Set: update comments in *_config_view.cc Created 4 years, 1 month 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: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/cert_library.cc » ('j') | chrome/browser/chromeos/options/cert_library.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698