| 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
|
|
|