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

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

Issue 415483002: Pass slot id to Shill for manually configured WiFi with EAP-TLS. (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
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/cert_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eb9b7e538523f7587bb4237e6c1e116cbf79ca4c..e5d1cb0aca75765feb511dc411363345f4b3d538 100644
--- a/chrome/browser/chromeos/options/cert_library.h
+++ b/chrome/browser/chromeos/options/cert_library.h
@@ -63,6 +63,9 @@ 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;
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/cert_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698