Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index fde40f26e83c1fb6e0e6d8f46a4ca389d4d8b413..b735976b74977a86c9ad40f5a8bdda12829964e8 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -35388,6 +35388,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| </histogram> |
| +<histogram name="Net.DNSNameCompliantIfValid" enum="Boolean"> |
| + <owner>palmer@chromium.org</owner> |
| + <summary> |
| + True if Net.ValidDNSName is true and if |net::IsCanonicalizedHostCompliant| |
|
Mark P
2017/05/31 23:08:12
nit: I think this makes more sense if you omit "if
palmer
2017/05/31 23:36:15
Done.
|
| + returns true. Used to see if IsCanonicalizedHostCompliant() runs afoul of |
| + real websites. This histogram is recorded when converting dotted DNS names |
| + into DNS query form, in preparation for issuing a DNS request. This |
| + histogram is only recorded if Net.ValidDNSName is true. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.DoubleGetExperiment_InitialResponseMethod" |
| enum="DoubleGetExperimentMethods"> |
| <obsolete> |