diff options
-rw-r--r-- | content/ppapi_plugin/ppapi_plugin_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc index 742a49b..b20bdd9 100644 --- a/content/ppapi_plugin/ppapi_plugin_main.cc +++ b/content/ppapi_plugin/ppapi_plugin_main.cc @@ -115,7 +115,7 @@ int PpapiPluginMain(const MainFunctionParams& parameters) { base::trace_event::TraceLog::GetInstance()->SetProcessSortIndex( kTraceEventPpapiProcessSortIndex); -#if defined(OS_LINUX) && defined(USE_NSS_CERTS) +#if defined(OS_LINUX) && !defined(USE_OPENSSL) // Some out-of-process PPAPI plugins use NSS. // NSS must be initialized before enabling the sandbox below. crypto::InitNSSSafely(); |