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

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

Issue 421113002: Use correct slot id for client certs in network config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 e5d1cb0aca75765feb511dc411363345f4b3d538..000652761a27a4357af9f358d840cc06af70bbd2 100644
--- a/chrome/browser/chromeos/options/cert_library.h
+++ b/chrome/browser/chromeos/options/cert_library.h
@@ -63,16 +63,13 @@ class CertLibrary : public CertLoader::Observer {
// Returns true if the TPM is available for hardware-backed certificates.
bool IsHardwareBacked() const;
- // Returns the id of the slot that contains the user certificates.
- std::string GetTPMSlotID() const;
-
// Retruns the number of certificates available for |type|.
int NumCertificates(CertType type) const;
// Retreives the certificate property for |type| at |index|.
base::string16 GetCertDisplayStringAt(CertType type, int index) const;
std::string GetServerCACertPEMAt(int index) const;
- std::string GetUserCertPkcs11IdAt(int index) const;
+ std::string GetUserCertPkcs11IdAt(int index, int* slot_id) const;
bool IsCertHardwareBackedAt(CertType type, int index) const;
// Returns the index of a Certificate matching |pem_encoded| or -1 if none
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/cert_library.cc » ('j') | chromeos/network/client_cert_resolver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698