| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index f35f09b75df41c529eac372fd81b2ab1f55e7533..1bca24755af337875f80d7b029e2fe331cbfa399 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -357,9 +357,6 @@ int RunNamedProcessTypeMain(
|
| #endif
|
| #if !defined(CHROME_MULTIPLE_DLL_BROWSER)
|
| #if defined(ENABLE_PLUGINS)
|
| -#if !defined(OS_LINUX)
|
| - { switches::kPluginProcess, PluginMain },
|
| -#endif
|
| { switches::kPpapiPluginProcess, PpapiPluginMain },
|
| { switches::kPpapiBrokerProcess, PpapiBrokerMain },
|
| #endif // ENABLE_PLUGINS
|
|
|