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

Side-by-side diff isn't available for this file because of its large size.
Issue 583063002: QUIC - Don't close the QUIC connection if server config update message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with TOT Created 6 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 | « net/quic/quic_crypto_client_stream.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 b24719f3793135a155f2336b0de8801869b1d70a..41e272cee5b38d54416a07b042325b7b409af511 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16677,6 +16677,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicNumServerConfig.UpdateMessagesIgnored"
+ enum="BooleanIgnored">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>The number of times ServerConfigUpdateMessages ignored.</summary>
+</histogram>
+
<histogram name="Net.QuicNumStreamFramesInPacket">
<owner>rch@chromium.org</owner>
<summary>
@@ -38823,6 +38829,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="HTTPS"/>
</enum>
+<enum name="BooleanIgnored" type="int">
+ <int value="0" label="Not ignored"/>
+ <int value="1" label="Ignored"/>
+</enum>
+
<enum name="BooleanLoaded" type="int">
<int value="0" label="Not loaded"/>
<int value="1" label="Loaded"/>
« no previous file with comments | « net/quic/quic_crypto_client_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698