| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0b3c15113ff19b6a6d8e999481a6743bd532698a..cebd37869966cf9217b99307faa028e5ff68374f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -25879,6 +25879,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>
|
| @@ -46963,6 +46971,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">
|
|
|