Index: crypto/nss_util.cc |
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc |
index 4998125cfa2f32fe17e1c568d8a6a0d8298f9806..7a0d08694337b807c297952978fc63aa982b5259 100644 |
--- a/crypto/nss_util.cc |
+++ b/crypto/nss_util.cc |
@@ -235,9 +235,6 @@ class NSSInitSingleton { |
void EnableTPMTokenForNSS(TPMTokenInfoDelegate* info_delegate) { |
CHECK(info_delegate); |
tpm_token_info_delegate_.reset(info_delegate); |
- // Try to load once to avoid jank later. Ignore the return value, |
- // because if it fails we will try again later. |
- EnsureTPMTokenReady(); |
} |
// This is called whenever we want to make sure opencryptoki is |