Bug 1154698 - Fix browser_AddonWatcher.js to use |canRecordExtended|. r=Yoric

This commit is contained in:
Alessio Placitelli 2015-04-15 08:09:00 +02:00
parent 5704669787
commit a4c0d75c57

View File

@ -43,7 +43,7 @@ add_task(function* init() {
Services.prefs.clearUserPref("browser.addon-watch.interval");
});
let oldCanRecord = Services.telemetry.canRecord;
let oldCanRecord = Services.telemetry.canRecordExtended;
Services.telemetry.canRecordExtended = true;
registerCleanupFunction(function () {
Services.telemetry.canRecordExtended = oldCanRecord;