summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 23:31:24 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 23:31:24 +0000
commite69198bfdb89c4658a023c05c4929e9617ac2828 (patch)
treec631c05e71318c56bfd29a82273a85d09c2e49ee
parent158ac974a78a52b21e9f9c008a2aa59c6833be9f (diff)
downloadchromium_src-e69198bfdb89c4658a023c05c4929e9617ac2828.zip
chromium_src-e69198bfdb89c4658a023c05c4929e9617ac2828.tar.gz
chromium_src-e69198bfdb89c4658a023c05c4929e9617ac2828.tar.bz2
SPDY - Corrected the spelling of Net.SpdySession.ClosedOnError.
Added NETWORK_CHANGED and BLOCKED_BY_ADMINISTRATOR. R=jar@chromium.org Review URL: https://codereview.chromium.org/13877018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195337 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/metrics/histograms/histograms.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 79c6ecd..2f1dd81 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1979,12 +1979,6 @@ other types of suffix sets.
<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 @@ other types of suffix sets.
</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 @@ other types of suffix sets.
<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"/>