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

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: remove extra empty line 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..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,
« no previous file with comments | « content/browser/browser_child_process_host_impl.cc ('k') | content/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698