| Index: chrome/browser/zygote_host_linux.cc
|
| ===================================================================
|
| --- chrome/browser/zygote_host_linux.cc (revision 31117)
|
| +++ chrome/browser/zygote_host_linux.cc (working copy)
|
| @@ -87,13 +87,13 @@
|
| }
|
| if (browser_command_line.HasSwitch(switches::kLoggingLevel)) {
|
| cmd_line.AppendSwitchWithValue(switches::kLoggingLevel,
|
| - browser_command_line.GetSwitchValue(
|
| + browser_command_line.GetSwitchValueASCII(
|
| switches::kLoggingLevel));
|
| }
|
| if (browser_command_line.HasSwitch(switches::kEnableLogging)) {
|
| // Append with value to support --enable-logging=stderr.
|
| cmd_line.AppendSwitchWithValue(switches::kEnableLogging,
|
| - browser_command_line.GetSwitchValue(
|
| + browser_command_line.GetSwitchValueASCII(
|
| switches::kEnableLogging));
|
| }
|
| if (browser_command_line.HasSwitch(switches::kEnableSeccompSandbox)) {
|
|
|