diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
commit | c137a4045cbfcbd5a39f018b553089e0fd571d2c (patch) | |
tree | c72233c780f56fa4d53adc0a90f9bcb974120833 /modules/libpref/greprefs.js | |
parent | 63219a15b155aee142f316156b6578f027204129 (diff) | |
download | UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.gz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.lz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.xz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.zip |
Issue #1359 - Pointlessly rename greprefs.. again.
Diffstat (limited to 'modules/libpref/greprefs.js')
-rw-r--r-- | modules/libpref/greprefs.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/libpref/greprefs.js b/modules/libpref/greprefs.js deleted file mode 100644 index d59110b6a..000000000 --- a/modules/libpref/greprefs.js +++ /dev/null @@ -1,12 +0,0 @@ -#include ../../netwerk/base/security-prefs.js -#include init/all.js -#ifdef MOZ_DATA_REPORTING -#include ../../toolkit/components/telemetry/datareporting-prefs.js -#endif -#ifdef MOZ_SERVICES_HEALTHREPORT -#if MOZ_WIDGET_TOOLKIT == android -#include ../../mobile/android/chrome/content/healthreport-prefs.js -#else -#include ../../toolkit/components/telemetry/healthreport-prefs.js -#endif -#endif |