Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 330653006: Include the latest binary download info in safe browsing incident reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mattm comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698