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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2625893002: Sync QuicRstStreamErrorCodes in histograms.xml. (Closed)
Patch Set: Created 3 years, 11 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 83827a7d8e9936c21b7582da1ed4472d2a0f79a9..9ad4a3026017027bb0ff93672f77e2786723f8f4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -101827,6 +101827,14 @@ value.
<int value="5" label="PEER_GOING_AWAY"/>
<int value="6" label="CANCELLED"/>
<int value="7" label="RST_FLOW_CONTROL_ACCOUNTING"/>
+ <int value="8" label="REFUSED"/>
+ <int value="9" label="INVALID_PROMISE_URL"/>
+ <int value="10" label="UNAUTHORIZED_PROMISE_URL"/>
+ <int value="11" label="DUPLICATE_PROMISE_URL"/>
+ <int value="12" label="PROMISE_VARY_MISMATCH"/>
+ <int value="13" label="INVALID_PROMISE_METHOD"/>
+ <int value="14" label="PUSH_STREAM_TIMED_OUT"/>
+ <int value="15" label="HEADERS_TOO_LARGE"/>
</enum>
<enum name="QuicServerConfigState" 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