| Index: crypto/nss_util.cc
|
| diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
|
| index a7cb9e80002d01b30e930d077845f26e19ce0dfd..5bd6436416c1aeebd461780b64987153c373d4a4 100644
|
| --- a/crypto/nss_util.cc
|
| +++ b/crypto/nss_util.cc
|
| @@ -803,7 +803,6 @@ class NSSInitSingleton {
|
| }
|
| }
|
|
|
| -#if defined(USE_NSS_CERTS) || defined(OS_IOS)
|
| // Load nss's built-in root certs.
|
| SECMODModule* InitDefaultRootCerts() {
|
| SECMODModule* root = LoadModule("Root Certs", "libnssckbi.so", NULL);
|
| @@ -843,7 +842,6 @@ class NSSInitSingleton {
|
| }
|
| return module;
|
| }
|
| -#endif
|
|
|
| bool tpm_token_enabled_for_nss_;
|
| bool initializing_tpm_token_;
|
|
|