diff options
-rw-r--r-- | chrome/browser/zygote_host_linux.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc index 96506bb..3b6a160 100644 --- a/chrome/browser/zygote_host_linux.cc +++ b/chrome/browser/zygote_host_linux.cc @@ -97,12 +97,6 @@ void ZygoteHost::Init(const std::string& sandbox_cmd) { browser_command_line.GetSwitchValueASCII( switches::kEnableLogging)); } - if (browser_command_line.HasSwitch(switches::kUserDataDir)) { - // Append with value so logs go to the right file. - cmd_line.AppendSwitchWithValue(switches::kUserDataDir, - browser_command_line.GetSwitchValueASCII( - switches::kUserDataDir)); - } if (browser_command_line.HasSwitch(switches::kEnableSeccompSandbox)) { cmd_line.AppendSwitch(switches::kEnableSeccompSandbox); } |