| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 386f597370f4bff8c62bfdcbca558937c7829aeb..059fb5128761ccaa6ae88f7ff1fbb1f3a050f7e0 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -25872,6 +25872,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SBIRS.DownloadCollectionTime" units="milliseconds">
|
| + <owner>grt@google.com</owner>
|
| + <summary>
|
| + The elapsed time to collect the most recent binary download for a safe
|
| + browsing incident report.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SBIRS.DroppedIncident" enum="IncidentType">
|
| <owner>grt@google.com</owner>
|
| <summary>
|
| @@ -46391,6 +46399,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="3" label="Cancelled"/>
|
| <int value="4" label="RequestFailed"/>
|
| <int value="5" label="InvalidResponse"/>
|
| + <int value="6" label="NoDownload">No download found to report</int>
|
| </enum>
|
|
|
| <enum name="UrlResolutionResult" type="int">
|
|
|