| Index: base/process/launch_posix.cc
|
| diff --git a/base/process/launch_posix.cc b/base/process/launch_posix.cc
|
| index edae49b19cd36ef684f3c8af8f395d96306acc1c..f076733d783621283c302f41c861b630cc9b864e 100644
|
| --- a/base/process/launch_posix.cc
|
| +++ b/base/process/launch_posix.cc
|
| @@ -409,8 +409,6 @@ Process LaunchProcess(const std::vector<std::string>& argv,
|
|
|
| #if defined(OS_MACOSX)
|
| RestoreDefaultExceptionHandler();
|
| - if (!options.replacement_bootstrap_name.empty())
|
| - ReplaceBootstrapPort(options.replacement_bootstrap_name);
|
| #endif // defined(OS_MACOSX)
|
|
|
| ResetChildSignalHandlersToDefaults();
|
|
|