Backed out changeset 814a517bdf2e (bug 1567848) for causing xpcshell and geckoview failure CLOSED TREE

This commit is contained in:
Mihai Alexandru Michis 2019-07-23 18:46:34 +03:00
parent dca75bf8ea
commit 664ce04b80

View File

@ -221,7 +221,6 @@
#ifdef MOZ_WIDGET_ANDROID
# include "GeneratedJNIWrappers.h"
# include "mozilla/jni/Utils.h" // for mozilla::jni::IsFennec()
#endif
#if defined(MOZ_SANDBOX)
@ -4948,11 +4947,7 @@ GeckoProcessType XRE_GetProcessType() {
}
bool XRE_IsE10sParentProcess() {
#ifdef MOZ_WIDGET_ANDROID
return XRE_IsParentProcess() && !mozilla::jni::IsFennec();
#else
return XRE_IsParentProcess() && BrowserTabsRemoteAutostart();
#endif
}
#define GECKO_PROCESS_TYPE(enum_name, string_name, xre_name, bin_type) \