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

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

Issue 2612293004: Rename SpdyRstStreamStatus and SpdyGoAwayStatus enum entries. (Closed)
Patch Set: Rebase. 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 | « net/spdy/spdy_test_util_common.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 294e24dd1d31f33ca0e03035d7e9d4a9786bc9bc..f174503312c9e67d7be4f9e580c69aa695c65182 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -104446,7 +104446,7 @@ value.
<int value="10" label="(Unused)"/>
<int value="11" label="Protocol Error"/>
- <int value="12" label="Invalid Stream"/>
+ <int value="12" label="Closed Stream"/>
<int value="13" label="Refused Stream"/>
<int value="14" label="Unsupported Version"/>
<int value="15" label="Cancel"/>
@@ -104488,6 +104488,7 @@ value.
<!-- More SpdyRstStreamStatus -->
<int value="41" label="No error."/>
+ <int value="42" label="Compression error."/>
</enum>
<enum name="SpdyProtocolVersion" type="int">
« no previous file with comments | « net/spdy/spdy_test_util_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698