Index: crypto/nss_util_internal.h |
diff --git a/crypto/nss_util_internal.h b/crypto/nss_util_internal.h |
index 262a59a1ba93fa059a0fd8bb2bb61bb49fcbfaf5..4f1c85808848172b2da84cdea3857ea32fa1bfe6 100644 |
--- a/crypto/nss_util_internal.h |
+++ b/crypto/nss_util_internal.h |
@@ -46,6 +46,10 @@ class CRYPTO_EXPORT AutoSECMODListReadLock { |
}; |
#if defined(OS_CHROMEOS) |
+// Returns a reference to the system-wide TPM slot. Caller must release |
+// returned reference with PK11_FreeSlot. |
+CRYPTO_EXPORT PK11SlotInfo* GetSystemNSSKeySlot() WARN_UNUSED_RESULT; |
+ |
// Prepare per-user NSS slot mapping. It is safe to call this function multiple |
// times. Returns true if the user was added, or false if it already existed. |
CRYPTO_EXPORT bool InitializeNSSForChromeOSUser( |