mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1629300 - Add back CreateNotificationPipeForChild for Tier3 after bug 1623961. r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D70614 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
64c80998c6
commit
25e565834b
@ -188,13 +188,13 @@ void UnregisterInjectorCallback(DWORD processID) {}
|
||||
|
||||
bool GetLastRunCrashID(nsAString& id) { return false; }
|
||||
|
||||
#if defined(XP_LINUX)
|
||||
#if !defined(XP_WIN) && !defined(XP_MACOSX)
|
||||
|
||||
bool CreateNotificationPipeForChild(int* childCrashFd, int* childCrashRemapFd) {
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // defined(XP_LINUX)
|
||||
#endif // !defined(XP_WIN) && !defined(XP_MACOSX)
|
||||
|
||||
bool SetRemoteExceptionHandler(const char* aCrashPipe,
|
||||
uintptr_t aCrashTimeAnnotationFile) {
|
||||
|
Loading…
Reference in New Issue
Block a user