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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 246073007: SPDY & HPACK: Land recent internal changes (through 65328503) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on upstream change: Expanded FRAME_TOO_LARGE/FRAME_SIZE_ERROR comment. Created 6 years, 7 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
« no previous file with comments | « net/tools/quic/spdy_utils.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 5fa23affac78c140d55f52b76b617d36b2077349..2ca33214ffdd62a782c5161bead37895b5a28359 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40376,6 +40376,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="29" label="GoAway Frame Corrupt"/>
<int value="30" label="RstStream Frame Corrupt"/>
<int value="31" label="Unexpected Frame (Expected Continuation)"/>
+<!-- More SpdyRstStreamStatus -->
+
+ <int value="32" label="Timeout waiting for settings acknowledgement"/>
+ <int value="33"
+ label="Connection established in response to CONNECT request was
+ abnormally closed"/>
+ <int value="34" label="Peer exhibiting suspect behavior."/>
</enum>
<enum name="SpdySessionGet" type="int">
« no previous file with comments | « net/tools/quic/spdy_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698