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

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

Issue 21168003: Add histogram for safebrowsing download ping payload size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7b4d26dddfcbc1d89717a0e0a2d05291d52a6f73..6ddbe2ac49842bdd4b9ba3116ec0a390419bad5f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12543,6 +12543,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SBClientDownload.DownloadRequestPayloadSize" units="bytes">
+ <summary>
+ The size of the upload data for CheckClientDownloadRequest URLFetchers.
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.DownloadRequestResponseCode">
<summary>
For CheckClientDownloadRequest URLFetchers with successful status, the HTTP

Powered by Google App Engine
This is Rietveld 408576698