summaryrefslogtreecommitdiff
path: root/base/content/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'base/content/content.js')
-rw-r--r--base/content/content.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/content/content.js b/base/content/content.js
index e21cedf..26c30a9 100644
--- a/base/content/content.js
+++ b/base/content/content.js
@@ -216,12 +216,6 @@ Cc["@mozilla.org/eventlistenerservice;1"]
.getService(Ci.nsIEventListenerService)
.addSystemEventListener(global, "contextmenu", handleContentContextMenu, false);
-// Values for telemtery bins: see TLS_ERROR_REPORT_UI in Histograms.json
-const TLS_ERROR_REPORT_TELEMETRY_UI_SHOWN = 0;
-const TLS_ERROR_REPORT_TELEMETRY_EXPANDED = 1;
-const TLS_ERROR_REPORT_TELEMETRY_SUCCESS = 6;
-const TLS_ERROR_REPORT_TELEMETRY_FAILURE = 7;
-
const SEC_ERROR_BASE = Ci.nsINSSErrorsService.NSS_SEC_ERROR_BASE;
const MOZILLA_PKIX_ERROR_BASE = Ci.nsINSSErrorsService.MOZILLA_PKIX_ERROR_BASE;