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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23532042: Report a more specific QUIC error when reading from the socket fails. (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 | « net/quic/quic_utils.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 996f2986a39f4facca2fb45c387b314e9b35bdb0..73dde454c08302992dac6e0acf5c247a9d19c1c5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7786,6 +7786,13 @@ other types of suffix sets.
<summary>Version of the QUIC protocol used for this connection.</summary>
</histogram>
+<histogram name="Net.QuicSession.ReadError" enum="NetErrorCodes">
+ <summary>
+ The network error code returned when attempting to read to a QUIC
+ connection.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.WriteError" enum="NetErrorCodes">
<summary>
The network error code returned when attempting to write to a QUIC
« no previous file with comments | « net/quic/quic_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698