Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: content/browser/plugin_process_host.cc

Issue 11103028: Logging: pass logging related cmd line options to utility process (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move common switches propagation related to logging to BrowserChildProcessHostImpl::Launch() Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698