Bug 1274088 - Remove release=0% in the e10s rollout add-on for 47. r=mconley a=ritu

MozReview-Commit-ID: LFY1pNKfmx2
This commit is contained in:
Felipe Gomes 2016-05-22 23:28:52 -03:00
parent 7f1f8dec47
commit 2e3b48b23a

View File

@ -12,7 +12,6 @@ Cu.import("resource://gre/modules/UpdateUtils.jsm");
// The amount of people to be part of e10s, in %
const TEST_THRESHOLD = {
"beta" : 50,
"release" : 0,
};
const PREF_COHORT_SAMPLE = "e10s.rollout.cohortSample";