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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 341563003: Safe browsing incident reporting service improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux_chromium_clang_dbg compile fix 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 fa6ae551105bb24213b5f7fb619f3263c1838b0b..d5ee0e953188902c51270880bb27ffd0e23c00ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24939,6 +24939,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SBIRS.DroppedIncident" enum="IncidentType">
+ <owner>grt@google.com</owner>
+ <summary>
+ The type of incident given to the safe browsing incident reporting service
+ but dropped as a result of not participating in safe browsing.
+ </summary>
+</histogram>
+
<histogram name="SBIRS.EnvCollectionTime" units="milliseconds">
<owner>grt@google.com</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698