for #498 add onboarding-3-security.png asset

remove tab.create orientation
This commit is contained in:
groovecoder
2017-06-19 13:36:30 -05:00
committed by Jonathan Kingston
parent 4ed136299b
commit af966d6d29
3 changed files with 1 additions and 12 deletions
-11
View File
@@ -4,7 +4,6 @@
const self = require("sdk/self");
const { when: unload } = require("sdk/system/unload");
const tabs = require("sdk/tabs");
const shield = require("./lib/shield/index");
@@ -25,16 +24,6 @@ class ContainersStudy extends shield.Study {
// Test Pilot experiment, so exclude them.
return super.isEligible();
}
whenEligible () {
}
whenInstalled () {
tabs.open(`data:text/html, Thank you for helping us study Containers in Firefox. You are in the ${this.variation} variation.`);
}
cleanup() {
}
}
const thisStudy = new ContainersStudy(studyConfig);