Chromium Code Reviews| 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..73f230c9501dc4480f1d94ffa2998eab94d39b8a 100644 |
| --- a/content/browser/plugin_process_host.cc |
| +++ b/content/browser/plugin_process_host.cc |
| @@ -186,9 +186,6 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) { |
| switches::kDisableCompositedCoreAnimationPlugins, |
| switches::kDisableCoreAnimationPlugins, |
| #endif |
| - switches::kDisableLogging, |
| - switches::kEnableDCHECK, |
| - switches::kEnableLogging, |
| #if defined(OS_MACOSX) |
|
piman
2012/10/17 06:10:25
nit: collapse the 2 #ifdef OS_MACOSX blocks
qiankun
2012/10/17 09:47:37
Done.
|
| switches::kEnableSandboxLogging, |
| #endif |
| @@ -202,7 +199,6 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) { |
| switches::kTraceStartup, |
| switches::kUseGL, |
| switches::kUserAgent, |
| - switches::kV, |
| }; |
| cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |