Bug 1883673 - Remove majorRelease2022 Nimbus feature r=aminomancer,omc-reviewers,win-reviewers,gstoll,pbz,firefox-desktop-core-reviewers
This feature is no longer intended for experimentation and some of the things it controls are no longer in product. Differential Revision: https://phabricator.services.mozilla.com/D204514
This commit is contained in:
@@ -45,7 +45,6 @@ ChromeUtils.defineESModuleGetters(lazy, {
|
||||
ClientEnvironment: "resource://normandy/lib/ClientEnvironment.sys.mjs",
|
||||
CustomizableUI: "resource:///modules/CustomizableUI.sys.mjs",
|
||||
HomePage: "resource:///modules/HomePage.sys.mjs",
|
||||
NimbusFeatures: "resource://nimbus/ExperimentAPI.sys.mjs",
|
||||
ProfileAge: "resource://gre/modules/ProfileAge.sys.mjs",
|
||||
Region: "resource://gre/modules/Region.sys.mjs",
|
||||
TargetingContext: "resource://messaging-system/targeting/Targeting.sys.mjs",
|
||||
@@ -891,15 +890,6 @@ const TargetingGetters = {
|
||||
return window?.matchMedia("(prefers-reduced-motion: reduce)")?.matches;
|
||||
},
|
||||
|
||||
/**
|
||||
* Whether or not the user is in the Major Release 2022 holdback study.
|
||||
*/
|
||||
get inMr2022Holdback() {
|
||||
return (
|
||||
lazy.NimbusFeatures.majorRelease2022.getVariable("onboarding") === false
|
||||
);
|
||||
},
|
||||
|
||||
/**
|
||||
* The distribution id, if any.
|
||||
* @return {string}
|
||||
|
||||
Reference in New Issue
Block a user