2015-10-28 08:39:27 +03:00
|
|
|
#include ../../netwerk/base/security-prefs.js
|
|
|
|
#include init/all.js
|
|
|
|
#ifdef MOZ_DATA_REPORTING
|
2016-01-05 04:01:00 +03:00
|
|
|
#include ../../toolkit/components/telemetry/datareporting-prefs.js
|
2015-10-28 08:39:27 +03:00
|
|
|
#endif
|
|
|
|
#ifdef MOZ_SERVICES_HEALTHREPORT
|
|
|
|
#if MOZ_WIDGET_TOOLKIT == android
|
|
|
|
#include ../../mobile/android/chrome/content/healthreport-prefs.js
|
|
|
|
#else
|
2016-01-06 11:07:00 +03:00
|
|
|
#include ../../toolkit/components/telemetry/healthreport-prefs.js
|
2015-10-28 08:39:27 +03:00
|
|
|
#endif
|
|
|
|
#endif
|