for #498 add onboarding-3-security.png asset
remove tab.create orientation
This commit is contained in:
committed by
Jonathan Kingston
parent
4ed136299b
commit
af966d6d29
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user