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

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

Issue 2906723002: Track how often we would attempt to resolve non-'compliant' domain names. (Closed)
Patch Set: Respond to comments. Created 3 years, 7 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/dns/dns_util.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 fde40f26e83c1fb6e0e6d8f46a4ca389d4d8b413..191869e51a31ae15bcbb326f841db7d1e7a142ea 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::IsCanonicalizedHostCompliant| 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>
« no previous file with comments | « net/dns/dns_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698