| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index c70d8f6efcd233db47b0d69fa0c03b4deff91dda..d8a3894a4dc1f671547d1e483fdeeb2aeda074c4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -10554,6 +10554,16 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordGeneration.UploadStarted" enum="Boolean">
|
| + <summary>
|
| + The number of times that we try to upload a form that we believe should
|
| + trigger password generation. False means that something about the form would
|
| + not allow us to try upload (not an Autofillable field, uploading disabled,
|
| + Autofill servers in backoff, etc.). True does not mean that the upload
|
| + actually completed successfully, just that it was started.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.BlacklistedSites">
|
| <summary>
|
| The total number of sites that the user has blacklisted. Recorded by
|
|
|