diff options
Diffstat (limited to 'chrome/common/service_process_util.cc')
-rw-r--r-- | chrome/common/service_process_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc index 636b1ea..de9d013 100644 --- a/chrome/common/service_process_util.cc +++ b/chrome/common/service_process_util.cc @@ -252,7 +252,8 @@ IPC::ChannelHandle ServiceProcessState::GetServiceProcessChannel() { #endif // !OS_MACOSX void ServiceProcessState::CreateAutoRunCommandLine() { - FilePath exe_path = ChildProcessHost::GetChildPath(false); + FilePath exe_path = + ChildProcessHost::GetChildPath(ChildProcessHost::CHILD_NORMAL); if (exe_path.empty()) { NOTREACHED() << "Unable to get service process binary name."; } |