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

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

Side-by-side diff isn't available for this file because of its large size.
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: Created 6 years, 5 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 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">

Powered by Google App Engine
This is Rietveld 408576698