diff options
author | mathp <mathp@chromium.org> | 2015-06-19 09:57:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 16:58:11 +0000 |
commit | 45ff8057c67006c9762b3b425f3f1203f8557574 (patch) | |
tree | 052f91b79278cd3b89345da656154ddf72b4f13b /tools/metrics/histograms/histograms.xml | |
parent | 6f3002d9e87d690bb368931faa2c3ba4638f811e (diff) | |
download | chromium_src-45ff8057c67006c9762b3b425f3f1203f8557574.zip chromium_src-45ff8057c67006c9762b3b425f3f1203f8557574.tar.gz chromium_src-45ff8057c67006c9762b3b425f3f1203f8557574.tar.bz2 |
[Autofill] Log the index of the accepted suggestion in the popup
BUG=None
TEST=AutofillExternalDelegate*
Review URL: https://codereview.chromium.org/1188623003
Cr-Commit-Position: refs/heads/master@{#335272}
Diffstat (limited to 'tools/metrics/histograms/histograms.xml')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index e3d2824..d266636 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -2341,6 +2341,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. </summary> </histogram> +<histogram name="Autofill.SuggestionAcceptedIndex"> + <owner>mathp@chromium.org</owner> + <summary>The index of the accepted suggestion in the Autofill popup.</summary> +</histogram> + <histogram name="Autofill.UnmaskPrompt.Duration" units="ms"> <owner>waltercacau@chromium.org</owner> <summary> |