| Index: chrome/browser/utility_process_host.cc
|
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
|
| index 7b6772e141c70746f3fe9694b89614d82d23b59b..e49df713122e5ce88de67b251888e470a0d6d799 100644
|
| --- a/chrome/browser/utility_process_host.cc
|
| +++ b/chrome/browser/utility_process_host.cc
|
| @@ -109,7 +109,7 @@ bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) {
|
| if (has_cmd_prefix) {
|
| // launch the utility child process with some prefix (usually "xterm -e gdb
|
| // --args").
|
| - cmd_line->PrependWrapper(browser_command_line.GetSwitchValue(
|
| + cmd_line->PrependWrapper(browser_command_line.GetSwitchValueNative(
|
| switches::kUtilityCmdPrefix));
|
| }
|
|
|
|
|