| Index: chrome/common/service_process_util.cc
|
| ===================================================================
|
| --- chrome/common/service_process_util.cc (revision 97969)
|
| +++ chrome/common/service_process_util.cc (working copy)
|
| @@ -252,7 +252,8 @@
|
| #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.";
|
| }
|
|
|