Chromium Code Reviews| Index: crypto/nss_util.h |
| diff --git a/crypto/nss_util.h b/crypto/nss_util.h |
| index 1d7503d81315649039de8f3a2eabac3a2b7e5c0c..2c825a05eb87289ea8651da974f5ef05124a1fb6 100644 |
| --- a/crypto/nss_util.h |
| +++ b/crypto/nss_util.h |
| @@ -116,6 +116,7 @@ CRYPTO_EXPORT bool IsTPMTokenReady(); |
| // Initialize the TPM token. Does nothing if it is already initialized. |
| CRYPTO_EXPORT bool InitializeTPMToken(const std::string& token_name, |
| + int token_slot_id, |
| const std::string& user_pin); |
| #endif |