| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7d82ed9ac7d852331421f4eb8e5e04ebc827ac37..8d4e93005d43fa843d4fe7ec77f906afffbbcdcb 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -2849,6 +2849,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Autofill.NumberOfProfilesConsideredForDedupe" units="profiles">
|
| + <owner>mathp@chromium.org</owner>
|
| + <summary>
|
| + The number of Autofill profiles that have been considered for deduplication.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Autofill.NumberOfProfilesRemovedDuringDedupe" units="profiles">
|
| + <owner>mathp@chromium.org</owner>
|
| + <summary>
|
| + The number of Autofill profiles that have been removed during deduplication.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Autofill.PasswordFormQueryVolume"
|
| enum="PasswordFormQueryVolume">
|
| <owner>dvadym@chromium.org</owner>
|
|
|