mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
webextensions: remove tele leftover
This commit is contained in:
parent
9ab5fe7274
commit
0104a9cd3c
1 changed files with 0 additions and 4 deletions
|
|
@ -178,10 +178,6 @@ Installer.prototype = {
|
|||
args.wrappedJSObject = args;
|
||||
|
||||
try {
|
||||
Cc["@mozilla.org/base/telemetry;1"].
|
||||
getService(Ci.nsITelemetry).
|
||||
getHistogramById("SECURITY_UI").
|
||||
add(Ci.nsISecurityUITelemetry.WARNING_CONFIRM_ADDON_INSTALL);
|
||||
let parentWindow = null;
|
||||
if (this.browser) {
|
||||
parentWindow = this.browser.ownerDocument.defaultView;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue