diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-21 20:09:48 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-21 20:09:48 -0400 |
commit | e3719ec517645a17224d2f3e5d3320ea77952719 (patch) | |
tree | 326ff9724e7adc8b33ca9f4da0247457686b41a1 /application/basilisk/base/content/tabbrowser.xml | |
parent | e6f765a27070a6b922742e61d0a14dcc2c18baba (diff) | |
download | UXP-e3719ec517645a17224d2f3e5d3320ea77952719.tar UXP-e3719ec517645a17224d2f3e5d3320ea77952719.tar.gz UXP-e3719ec517645a17224d2f3e5d3320ea77952719.tar.lz UXP-e3719ec517645a17224d2f3e5d3320ea77952719.tar.xz UXP-e3719ec517645a17224d2f3e5d3320ea77952719.zip |
Remove BrowserUITelemetry from Basilisk application
Diffstat (limited to 'application/basilisk/base/content/tabbrowser.xml')
-rw-r--r-- | application/basilisk/base/content/tabbrowser.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/basilisk/base/content/tabbrowser.xml b/application/basilisk/base/content/tabbrowser.xml index 463e74a52..f8dbcf364 100644 --- a/application/basilisk/base/content/tabbrowser.xml +++ b/application/basilisk/base/content/tabbrowser.xml @@ -6878,11 +6878,9 @@ if (browser.audioMuted) { browser.unmute(); this.removeAttribute("muted"); - BrowserUITelemetry.countTabMutingEvent("unmute", aMuteReason); } else { browser.mute(); this.setAttribute("muted", "true"); - BrowserUITelemetry.countTabMutingEvent("mute", aMuteReason); } this.muteReason = aMuteReason || null; modifiedAttrs.push("muted"); |