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 6c80f035940bd9043beacb1ba725ab5c004e2234..742a49bdc37ba20f41c5cc931b0ae59545fb7125 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) |
+#if defined(OS_LINUX) && defined(USE_NSS_CERTS) |
// Some out-of-process PPAPI plugins use NSS. |
// NSS must be initialized before enabling the sandbox below. |
crypto::InitNSSSafely(); |