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

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

Issue 869393005: Perform ClientHello padding if the field trial is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@net_connection_error_uma
Patch Set: Re-implementation Created 5 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
« net/ssl/ssl_config.h ('K') | « net/ssl/ssl_config_service.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 febba281f02565cb2e8154ebe1d8882755542572..55b82196788a22cb83f2daf8fe7dae3826a2a99c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19179,6 +19179,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.SSL_Connection_Error_ClientPadding" enum="NetErrorCodes">
+ <owner>jeremyim@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection for
+ sockets using SSL_enable_fastradio_padding.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_Latency" units="milliseconds">
<obsolete>
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
« net/ssl/ssl_config.h ('K') | « net/ssl/ssl_config_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698