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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2800683004: Fix and update QUIC connection close enums in histograms.xml (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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 04429b49734f785597aa9566c716d50b041ad851..d8d70ab092d521ad5bc73ff94a6118689d597151 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -108215,7 +108215,9 @@ from previous Chrome versions.
<int value="92" label="MULTIPATH_PATH_NOT_ACTIVE"/>
<int value="93" label="TOO_MANY_FRAME_GAPS"/>
<int value="94" label="UNSUPPORTED_PROOF_DEMAND"/>
- <int value="95" label="HEADERS_STREAM_DATA_DECOMPRESS_FAILURE"/>
Alexei Svitkine (slow) 2017/04/06 21:14:24 Was this always wrongly labeled or did 95 used to
+ <int value="95" label="STREAM_SEQUENCER_INVALID_STATE"/>
+ <int value="96" label="TOO_MANY_SESSIONS_ON_SERVER"/>
+ <int value="97" label="HEADERS_STREAM_DATA_DECOMPRESS_FAILURE"/>
</enum>
<enum name="QuicHandshakeFailureReason" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698