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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23454015: Add new QuicErrorCode to histograms.xml. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 07d31f98b1986245bad4fc55990b266ebfedb5cf..d03b548acf9d63337485a19146d350f2e00928aa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23819,6 +23819,9 @@ other types of suffix sets.
<int value="46" label="INVALID_STREAM_DATA"/>
<int value="47" label="INVALID_CONGESTION_FEEDBACK_DATA"/>
<int value="48" label="MISSING_PAYLOAD"/>
+ <int value="49" label="INVALID_PRIORITY"/>
+ <int value="50" label="INVALID_STREAM_FRAME"/>
+ <int value="51" label="PACKET_READ_ERROR"/>
</enum>
<enum name="QuicHandshakeState" 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