diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2022-05-08 16:42:41 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2022-05-08 16:42:41 -0400 |
commit | 34964f0ea6b83234e47396441ca3b8334dbf0daa (patch) | |
tree | 570f0d78d7c2c8b38343a21cfb2e9e3d351f34e5 /modules/PermissionUI.jsm | |
parent | 0e6fd39de109fa1020848fecddb5821501661ca7 (diff) | |
download | iceweasel-uxp-34964f0ea6b83234e47396441ca3b8334dbf0daa.tar.gz |
Remove telemetry more telemetry references
Diffstat (limited to 'modules/PermissionUI.jsm')
-rw-r--r-- | modules/PermissionUI.jsm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/PermissionUI.jsm b/modules/PermissionUI.jsm index ffae095..aea512b 100644 --- a/modules/PermissionUI.jsm +++ b/modules/PermissionUI.jsm @@ -234,9 +234,7 @@ this.PermissionPromptPrototype = { /** * If the prompt will be shown to the user, this callback will - * be called just before. Subclasses may want to override this - * in order to, for example, bump a counter Telemetry probe for - * how often a particular permission request is seen. + * be called just before. Subclasses may want to override this. */ onBeforeShow() {}, |