Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 06536b8741f37fea124f612ca9416afdaf003af5..611fb27809ffce8caa6687f1124fa9beb9600fc0 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 the duration for download Autocheckout whitelist file. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms"> |
+ <summary> |
+ Measures the duration for download Autocheckout whitelist file in case the |
+ download was failed. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms"> |
+ <summary> |
+ Measures the duration for download 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. |