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

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

Issue 2445113002: Add HTTP/2 error code NO_ERROR. (Closed)
Patch Set: Created 4 years, 2 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:
Download patch
« net/spdy/spdy_session.cc ('K') | « net/spdy/spdy_stream.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 0fdeeb1de72d951a07241bc23f21cb28593dbcd5..bde9a208a652dd03c5de0a301c98174eb8199c59 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99433,6 +99433,9 @@ value.
<int value="38" label="Invalid stream ID."/>
<int value="39" label="Invalid padding length."/>
<int value="40" label="Oversized payload."/>
+<!-- More SpdyRstStreamStatus -->
+
+ <int value="41" label="No error."/>
</enum>
<enum name="SpdyProtocolVersion" type="int">
« net/spdy/spdy_session.cc ('K') | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698