| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index ab12e5bc144751a6bd9d1461daac82df5e6fe360..1aee6bd77ad76b56359f3f5a306f164c3ac4dda6 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -338,7 +338,7 @@ static void ZygotePreSandboxInit() {
|
| // cached and there's no more need to access the file system.
|
| scoped_ptr<icu::TimeZone> zone(icu::TimeZone::createDefault());
|
|
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS_CERTS)
|
| // NSS libraries are loaded before sandbox is activated. This is to allow
|
| // successful initialization of NSS which tries to load extra library files.
|
| crypto::LoadNSSLibraries();
|
|
|