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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 165373006: [safe browsing] Push missing download BINHASH histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 540e482ac84d1b24d1a5c6210eb366f54ce1d12c..a1346e34be01ab7b4e581d05018f9a9983096169 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16975,6 +16975,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SB2.DownloadBinhashAddsDeleted">
+ <summary>Obsolete download BINHASH add chunks deleted.</summary>
+</histogram>
+
+<histogram name="SB2.DownloadBinhashSubsDeleted">
+ <summary>Obsolete download BINHASH sub chunks deleted.</summary>
+</histogram>
Ilya Sherman 2014/02/20 00:31:13 nit: Please mark these histograms as <obsolete>.
+
<histogram name="SB2.DownloadChecks" enum="SB2DownloadChecks">
<summary>
Records results of SafeBrowsing download check, including both url check and
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698