| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index e465eb260e2627bb5ab0ccbefa5a0a208b58e901..3776bc0c4013e03a6cc8c197cfcfe98e3f813796 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -83,8 +83,7 @@ bool ServiceUtilityProcessHost::StartProcess() {
|
| CommandLine cmd_line(exe_path);
|
| cmd_line.AppendSwitchWithValue(switches::kProcessType,
|
| switches::kUtilityProcess);
|
| - cmd_line.AppendSwitchWithValue(switches::kProcessChannelID,
|
| - ASCIIToWide(channel_id()));
|
| + cmd_line.AppendSwitchWithValue(switches::kProcessChannelID, channel_id());
|
| cmd_line.AppendSwitch(switches::kLang);
|
|
|
| return Launch(&cmd_line);
|
|
|