Index: chrome/browser/utility_process_host.cc |
=================================================================== |
--- chrome/browser/utility_process_host.cc (revision 51236) |
+++ chrome/browser/utility_process_host.cc (working copy) |
@@ -100,9 +100,6 @@ |
cmd_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); |
} |
- if (browser_command_line.HasSwitch(switches::kIssue35198ExtraLogging)) |
- cmd_line->AppendSwitch(switches::kIssue35198ExtraLogging); |
- |
#if defined(OS_POSIX) |
// TODO(port): Sandbox this on Linux. Also, zygote this to work with |
// Linux updating. |