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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 560913002: Fix a bug when a QUIC session is closed during the call to InitializeSession. This seems to be able… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_stream_factory.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 5f6cffbc3a81186f5c6da1a79d3230a4b40e6fcb..32b07d2a45a1a5f8ad834e2a3af2c7ad43bcd38d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16401,6 +16401,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.ClosedDuringInitializeSession">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ True if the QUIC session is closed during the call to InitializeSession.
Alexei Svitkine (slow) 2014/09/10 19:14:51 Nit: Mention when this is logged (i.e. on each Ini
Ryan Hamilton 2014/09/10 19:36:29 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.CloseSessionOnError" enum="NetErrorCodes">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698