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

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: CR update Created 5 years, 10 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/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 8221cdeb86c460d6a59daa76c48570661606cccd..6265d5ea708a8f5f0f1fc3d0fcca07cc7ce06906 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19256,6 +19256,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.SSL_Connection_Error_FastRadioPadding"
+ enum="NetErrorCodes">
+ <owner>jeremyim@chromium.org</owner>
+ <summary>
+ Counts of specific error codes returned when opening an SSL connection for
+ an endpoint which is eligible for fastradio padding.
+ </summary>
+</histogram>
+
<histogram name="Net.SSL_Connection_Latency" units="milliseconds">
<obsolete>
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698