| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index d42f5b429e202633701d2920a5bbdfe3c1e07c6f..29ec5f4344910c6735e93c46cf4a61bdd0a22090 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -185,11 +185,6 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) {
|
| #if defined(OS_MACOSX)
|
| switches::kDisableCompositedCoreAnimationPlugins,
|
| switches::kDisableCoreAnimationPlugins,
|
| -#endif
|
| - switches::kDisableLogging,
|
| - switches::kEnableDCHECK,
|
| - switches::kEnableLogging,
|
| -#if defined(OS_MACOSX)
|
| switches::kEnableSandboxLogging,
|
| #endif
|
| switches::kEnableStatsTable,
|
| @@ -202,7 +197,6 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) {
|
| switches::kTraceStartup,
|
| switches::kUseGL,
|
| switches::kUserAgent,
|
| - switches::kV,
|
| };
|
|
|
| cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
|
|
|