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

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

Issue 19599012: Add detailed histograms for DownloadProtectionService URLFetcher errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes 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
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | 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 d224471e86ff4a09869d769d38fd679c6bfb8316..f774fd4860c23fb36fb67b67157026c1f188215a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12417,6 +12417,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SBClientDownload.DownloadRequestNetError" enum="NetErrorCodes">
+ <summary>
+ The net error code for all CheckClientDownloadRequest URLFetchers.
Ilya Sherman 2013/07/25 03:30:52 nit: I'd recommend replacing "net" with "network",
mmenke 2013/07/25 03:39:18 "net" specifically refers to src/net, and the "net
+ </summary>
+</histogram>
+
+<histogram name="SBClientDownload.DownloadRequestResponseCode">
+ <summary>
+ For CheckClientDownloadRequest URLFetchers with successful status, the HTTP
+ response code that was received.
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.SignedBinaryDownload"
enum="SBClientDownloadIsSignedBinary">
<summary>
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698