for #498: security onboarding panels and logic
This commit is contained in:
committed by
Jonathan Kingston
parent
13cd601212
commit
5237e67fa6
@@ -222,6 +222,7 @@ const ContainerService = {
|
||||
"getPreference",
|
||||
"sendTelemetryPayload",
|
||||
"getTheme",
|
||||
"getShieldStudyVariation",
|
||||
"refreshNeeded",
|
||||
"forgetIdentityAndRefresh",
|
||||
"checkIncompatibleAddons"
|
||||
@@ -332,6 +333,7 @@ const ContainerService = {
|
||||
|
||||
if (self.id === "@shield-study-containers") {
|
||||
study.startup(reason);
|
||||
this.shieldStudyVariation = study.variation;
|
||||
}
|
||||
},
|
||||
|
||||
@@ -375,6 +377,10 @@ const ContainerService = {
|
||||
});
|
||||
},
|
||||
|
||||
getShieldStudyVariation() {
|
||||
return this.shieldStudyVariation;
|
||||
},
|
||||
|
||||
// utility methods
|
||||
|
||||
_containerTabCount(userContextId) {
|
||||
|
||||
Reference in New Issue
Block a user