Index: content/ppapi_plugin/ppapi_plugin_main.cc |
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc |
index 742a49bdc37ba20f41c5cc931b0ae59545fb7125..b20bdd934ec7c8c252494e409ae833b47dc72f46 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(); |