Bug 1894239: Enable MOZ_SELECTABLE_PROFILES by default. r=jhirsch,omc-reviewers,niklas,emcminn,mconley
This also removes some tests of `MOZ_SELECTABLE_PROFILES` from `browser/components/profiles` files where the test is pointless because that test is excluded from the build if `MOZ_SELECTABLE_PROFILES` is unset. Differential Revision: https://phabricator.services.mozilla.com/D227372
This commit is contained in:
@@ -1957,10 +1957,7 @@ BrowserGlue.prototype = {
|
||||
|
||||
lazy.DoHController.init();
|
||||
|
||||
if (
|
||||
AppConstants.MOZ_SELECTABLE_PROFILES &&
|
||||
Services.prefs.getBoolPref("browser.profiles.enabled", false)
|
||||
) {
|
||||
if (AppConstants.MOZ_SELECTABLE_PROFILES) {
|
||||
lazy.SelectableProfileService.init().catch(console.error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user