зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1215494 - Don't set b2g.safe_mode pref in child process. r=fabrice
This commit is contained in:
Родитель
73cba43755
Коммит
03c5c2e7d0
|
@ -848,7 +848,9 @@ nsAppShell::nsAppShell()
|
|||
, mPowerKeyChecked(false)
|
||||
{
|
||||
gAppShell = this;
|
||||
Preferences::SetCString("b2g.safe_mode", "unset");
|
||||
if (XRE_IsParentProcess()) {
|
||||
Preferences::SetCString("b2g.safe_mode", "unset");
|
||||
}
|
||||
}
|
||||
|
||||
nsAppShell::~nsAppShell()
|
||||
|
|
Загрузка…
Ссылка в новой задаче