| 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
|
|
|