for #498: security onboarding panels and logic

This commit is contained in:
groovecoder
2017-06-14 15:46:21 -05:00
committed by Jonathan Kingston
parent 13cd601212
commit 5237e67fa6
5 changed files with 79 additions and 22 deletions
+6
View File
@@ -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) {