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

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

Issue 2802923003: Fix SSL Connection Error metrics (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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 22d3a66c2235d6fc4e31ca793faf991648ea670c..1816c0f3844864ad57d14a6fd5d9ac5ee6cb0940 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37466,7 +37466,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Net.SSL_Connection_Error_Google" units="NetErrorCodes">
+<histogram name="Net.SSL_Connection_Error_Google" enum="NetErrorCodes">
<owner>svaldez@chromium.org</owner>
<summary>
Counts of specific error codes returned when opening an SSL connection for
@@ -37474,8 +37474,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Net.SSL_Connection_Error_TLS13Experiment"
- units="NetErrorCodes">
+<histogram name="Net.SSL_Connection_Error_TLS13Experiment" enum="NetErrorCodes">
<owner>svaldez@chromium.org</owner>
<summary>
Counts of specific error codes returned when opening an SSL connection for
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698