bug 559228 - Implement multi-process crash reporting on Mac. r=bsmedberg a=blocking

This commit is contained in:
Ted Mielczarek
2010-08-16 15:05:09 -04:00
parent b5f825ab9d
commit 56bd78cc30
5 changed files with 84 additions and 49 deletions

View File

@@ -318,9 +318,7 @@ GeckoChildProcessHost::PerformAsyncLaunch(std::vector<std::string> aExtraOpts)
childArgv.push_back("false");
}
# elif defined(XP_MACOSX)
// Call the stub for initialization side effects. Eventually this
// code will be unified with that above.
CrashReporter::CreateNotificationPipeForChild();
childArgv.push_back(CrashReporter::GetChildNotificationPipe());
# endif // OS_LINUX
#endif