Bug 1250347 - Remove nsToolkitProfileService check that we're running Firefox. r=past

This commit is contained in:
Marco Castelluccio 2016-03-10 10:41:19 +00:00
Родитель 6a955b17bc
Коммит 0abe04ec31
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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)