Index: chrome/browser/utility_process_host.cc |
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc |
index be5397e667f7b9b7ffbd385f26af2b53f89130d0..6dbf3ba58049e0b5af31caba21bcb29555185750 100644 |
--- a/chrome/browser/utility_process_host.cc |
+++ b/chrome/browser/utility_process_host.cc |
@@ -100,6 +100,9 @@ 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. |