Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 22115ced37a5837dade8ddbcc6e1cd092ea82065..337109e2fcb2378c021c15ac2af620528a3a9e1f 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -423,8 +423,10 @@ int RunNamedProcessTypeMain( |
{ switches::kRendererProcess, RendererMain }, |
{ switches::kPluginProcess, PluginMain }, |
{ switches::kWorkerProcess, WorkerMain }, |
+#if defined(ENABLE_PPAPI) |
{ switches::kPpapiPluginProcess, PpapiPluginMain }, |
{ switches::kPpapiBrokerProcess, PpapiBrokerMain }, |
+#endif |
{ switches::kUtilityProcess, UtilityMain }, |
{ switches::kGpuProcess, GpuMain }, |
}; |