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

SPDY - Use NetErrorCodes enum for Net.SpdySession.ClosedOnError histogram.

R=jar@chromium.org
Review URL: https://codereview.chromium.org/13895010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195355 0039d316-1c4b-4281-b951-d872f2087c98
parent 87f8e57f
...@@ -1993,7 +1993,7 @@ other types of suffix sets. ...@@ -1993,7 +1993,7 @@ other types of suffix sets.
</summary> </summary>
</histogram> </histogram>
<histogram name="Net.SpdySession.ClosedOnError" units="NetErrorCodes"> <histogram name="Net.SpdySession.ClosedOnError" enum="NetErrorCodes">
<summary> <summary>
Net error codes when SpdySession was closed, doesn't inlcuding net::OK. Net error codes when SpdySession was closed, doesn't inlcuding net::OK.
</summary> </summary>
......
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