summaryrefslogtreecommitdiff
path: root/modules/PermissionUI.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/PermissionUI.jsm')
-rw-r--r--modules/PermissionUI.jsm4
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() {},