зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1250347 - Remove nsToolkitProfileService check that we're running Firefox. r=past
This commit is contained in:
Родитель
6a955b17bc
Коммит
0abe04ec31
|
@ -512,11 +512,7 @@ nsToolkitProfileService::Init()
|
|||
}
|
||||
|
||||
#ifdef MOZ_DEV_EDITION
|
||||
// Check if we are running Firefox, as we don't want to create a profile
|
||||
// on webapprt.
|
||||
bool isFirefox = strcmp(gAppData->ID,
|
||||
"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}") == 0;
|
||||
if (!foundAuroraDefault && isFirefox && !shouldIgnoreSeparateProfile) {
|
||||
if (!foundAuroraDefault && !shouldIgnoreSeparateProfile) {
|
||||
// If a single profile exists, it may not be already marked as default.
|
||||
// Do it now to avoid problems when we create the dev-edition-default profile.
|
||||
if (!mChosen && mFirst && !mFirst->mNext)
|
||||
|
|
Загрузка…
Ссылка в новой задаче