diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-07-05 21:18:04 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-05 21:18:04 -0400 |
commit | 24ad244d47034b36e433797914718baaffa5dada (patch) | |
tree | 045d002818c6dbcd06b4d8639f086cfa36fa1124 /toolkit/components/telemetry/TelemetryEnvironment.jsm | |
parent | 48060d3484c9a8bf6c3b29e26591ab956d6061de (diff) | |
download | UXP-24ad244d47034b36e433797914718baaffa5dada.tar UXP-24ad244d47034b36e433797914718baaffa5dada.tar.gz UXP-24ad244d47034b36e433797914718baaffa5dada.tar.lz UXP-24ad244d47034b36e433797914718baaffa5dada.tar.xz UXP-24ad244d47034b36e433797914718baaffa5dada.zip |
Issue #1160 - Remove HotFix Preferences from Telemetry
Diffstat (limited to 'toolkit/components/telemetry/TelemetryEnvironment.jsm')
-rw-r--r-- | toolkit/components/telemetry/TelemetryEnvironment.jsm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/components/telemetry/TelemetryEnvironment.jsm b/toolkit/components/telemetry/TelemetryEnvironment.jsm index 295679ca4..391ea4bb4 100644 --- a/toolkit/components/telemetry/TelemetryEnvironment.jsm +++ b/toolkit/components/telemetry/TelemetryEnvironment.jsm @@ -196,7 +196,6 @@ const PREF_DISTRIBUTION_ID = "distribution.id"; const PREF_DISTRIBUTION_VERSION = "distribution.version"; const PREF_DISTRIBUTOR = "app.distributor"; const PREF_DISTRIBUTOR_CHANNEL = "app.distributor.channel"; -const PREF_HOTFIX_LASTVERSION = "extensions.hotfix.lastVersion"; const PREF_APP_PARTNER_BRANCH = "app.partner."; const PREF_PARTNER_ID = "mozilla.partner.id"; const PREF_UPDATE_ENABLED = "app.update.enabled"; @@ -1050,7 +1049,6 @@ EnvironmentCache.prototype = { vendor: Services.appinfo.vendor || null, platformVersion: Services.appinfo.platformVersion || null, xpcomAbi: Services.appinfo.XPCOMABI, - hotfixVersion: Preferences.get(PREF_HOTFIX_LASTVERSION, null), }; // Add |architecturesInBinary| only for Mac Universal builds. |