Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 06536b8741f37fea124f612ca9416afdaf003af5..e4894aef337dd83057f1392f1f5a56bfdff5faf6 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -159,6 +159,26 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Autocheckout.WhitelistDownloadDuration" units="ms"> |
+ <summary> |
+ Measures time taken to download the Autocheckout whitelist file. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms"> |
+ <summary> |
+ Measures time taken to download the Autocheckout whitelist file in case the |
+ download was failed. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms"> |
+ <summary> |
+ Measures time taken to download the Autocheckout whitelist file in case the |
+ download was succeeded. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Autofill.AddressSuggestionsCount"> |
<summary> |
The number of address suggestions shown in the Autofill popup. |