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

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

Issue 13877018: SPDY - Corrected the spelling of Net.SpdySession.ClosedOnError. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « 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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 195333)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -1979,12 +1979,6 @@
<summary>The number of bytes sent per stream.</summary>
</histogram>
-<histogram name="Net.SpdySession.BytesRead.ClosedOnError" units="NetErrorCodes">
- <summary>
- Net error codes when SpdySession was closed, doesn't inlcuding net::OK.
- </summary>
-</histogram>
-
<histogram name="Net.SpdySession.BytesRead.EOF" units="bytes">
<summary>
Total number of bytes recevied per session before closing session due to
@@ -1999,6 +1993,12 @@
</summary>
</histogram>
+<histogram name="Net.SpdySession.ClosedOnError" units="NetErrorCodes">
+ <summary>
+ Net error codes when SpdySession was closed, doesn't inlcuding net::OK.
+ </summary>
+</histogram>
+
<histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails"
units="count">
<obsolete>
@@ -5665,6 +5665,8 @@
<int value="18" label="FILE_NO_SPACE"/>
<int value="19" label="FILE_VIRUS_INFECTED"/>
<int value="20" label="BLOCKED_BY_CLIENT"/>
+ <int value="21" label="NETWORK_CHANGED"/>
+ <int value="22" label="BLOCKED_BY_ADMINISTRATOR"/>
<int value="100" label="CONNECTION_CLOSED"/>
<int value="101" label="CONNECTION_RESET"/>
<int value="102" label="CONNECTION_REFUSED"/>
« 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