Bug 1185568 More of UITour.jsm depends on health reporter r=gfritzsche

This commit is contained in:
Neil Rashbrook 2015-07-29 21:02:59 +01:00
Родитель ea2f796952
Коммит 7451a02e80
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -2076,8 +2076,6 @@ this.UITour.init();
/**
* UITour Health Report
*/
const DAILY_DISCRETE_TEXT_FIELD = Metrics.Storage.FIELD_DAILY_DISCRETE_TEXT;
/**
* Public API to be called by the UITour code
*/
@ -2115,6 +2113,9 @@ const UITourHealthReport = {
}
};
#ifdef MOZ_SERVICES_HEALTHREPORT
const DAILY_DISCRETE_TEXT_FIELD = Metrics.Storage.FIELD_DAILY_DISCRETE_TEXT;
this.UITourMetricsProvider = function() {
Metrics.Provider.call(this);
}
@ -2184,3 +2185,4 @@ UITourTreatmentMeasurement1.prototype = Object.freeze({
return result;
}
});
#endif