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

Unified Diff: chromeos/cert_loader.h

Issue 26407002: Add support for the Pkcs11GetTpmTokenInfoForUser cryptohome call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | chromeos/cert_loader.cc » ('j') | chromeos/dbus/cryptohome_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cert_loader.h
diff --git a/chromeos/cert_loader.h b/chromeos/cert_loader.h
index 9c5ace491c981dac04f96a4948a58021d6eae778..f9c2de07a5c3d5858a55e550b8af6e3d1e03985f 100644
--- a/chromeos/cert_loader.h
+++ b/chromeos/cert_loader.h
@@ -123,7 +123,8 @@ class CHROMEOS_EXPORT CertLoader : public net::CertDatabase::Observer,
bool is_tpm_token_ready);
void OnPkcs11GetTpmTokenInfo(DBusMethodCallStatus call_status,
const std::string& token_name,
- const std::string& user_pin);
+ const std::string& user_pin,
+ int token_slot);
void OnTPMTokenInitialized(bool success);
// These calls handle the updating of the certificate list after the TPM token
« no previous file with comments | « no previous file | chromeos/cert_loader.cc » ('j') | chromeos/dbus/cryptohome_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698