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

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

Issue 14093027: Add histogram for image errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to use SPARSE_SLOWLY Created 7 years, 8 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 | « content/browser/loader/resource_dispatcher_host_impl.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 8597b80b3a4760c23b7c79eab058eb787f16345a..8951e68e4dada521587ab52f5399ab5365b9ed9f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1010,6 +1010,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.ErrorCodesForImages" enum="NetErrorCodes">
+ <summary>
+ Net error codes that requests for images end with, including net::OK and
+ net:ERR_ABORTED.
+ </summary>
+</histogram>
+
<histogram name="Net.ErrorCodesForMainFrame" enum="NetErrorCodes">
<obsolete>
Deprecated as of 2011/5/24, replaced by Net.ErrorCodesForMainFrame2, which
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698