| Index: chrome/browser/utility_process_host.cc
|
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
|
| index f7e84ce7b0453fddb6a41eba5d3566fa9597fcf0..5091169ef751f79ea02d3672262137032ddaf400 100644
|
| --- a/chrome/browser/utility_process_host.cc
|
| +++ b/chrome/browser/utility_process_host.cc
|
| @@ -129,9 +129,6 @@ bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) {
|
| 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.
|
|
|