Backed out changeset 101063793364 (bug 1894239) for causing mochitests failures in browser_sentence_case_strings.js. CLOSED TREE

This commit is contained in:
Stanca Serban
2024-11-04 20:39:11 +02:00
parent 3faf1220e7
commit 7bfaea64ba
24 changed files with 332 additions and 303 deletions

View File

@@ -1957,7 +1957,10 @@ BrowserGlue.prototype = {
lazy.DoHController.init();
if (AppConstants.MOZ_SELECTABLE_PROFILES) {
if (
AppConstants.MOZ_SELECTABLE_PROFILES &&
Services.prefs.getBoolPref("browser.profiles.enabled", false)
) {
lazy.SelectableProfileService.init().catch(console.error);
}