summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/autofill_metrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/browser/autofill_metrics.h')
-rw-r--r--components/autofill/browser/autofill_metrics.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/autofill/browser/autofill_metrics.h b/components/autofill/browser/autofill_metrics.h
index 36453b9..e2d05a6 100644
--- a/components/autofill/browser/autofill_metrics.h
+++ b/components/autofill/browser/autofill_metrics.h
@@ -183,12 +183,12 @@ class AutofillMetrics {
virtual void LogUserHappinessMetric(UserHappinessMetric metric) const;
- // This should be called when the requestAutocomplete dialog, invoked by the
- // |requester|, is closed. |duration| should be the time elapsed between the
- // dialog being shown and it being closed. |dismissal_action| should indicate
- // whether the user dismissed the dialog by submitting the form data or by
- // cancelling.
- virtual void LogRequestAutocompleteUiDuration(
+ // This should be called when the requestAutocomplete dialog, invoked by a
+ // dialog of type |dialog_type|, is closed. |duration| should be the time
+ // elapsed between the dialog being shown and it being closed.
+ // |dismissal_action| should indicate whether the user dismissed the dialog by
+ // submitting the form data or by canceling.
+ virtual void LogDialogUiDuration(
const base::TimeDelta& duration,
autofill::DialogType dialog_type,
DialogDismissalAction dismissal_action) const;