Commit e69198bf authored by rtenneti@chromium.org's avatar rtenneti@chromium.org

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
parent 158ac974
......@@ -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"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment