Separate implementations of RelauncherMain and RelauncherSynchronizeWithParent
This commit is contained in:
parent
fc30a2a084
commit
060829da64
5 changed files with 224 additions and 221 deletions
|
@ -153,7 +153,7 @@ int AtomMainDelegate::RunProcess(
|
|||
const std::string& process_type,
|
||||
const content::MainFunctionParams& main_function_params) {
|
||||
if (process_type == kRelauncherProcess)
|
||||
return relauncher::RelauncherMain(main_function_params);
|
||||
return relauncher::internal::RelauncherMain(main_function_params);
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue