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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2906723002: Track how often we would attempt to resolve non-'compliant' domain names. (Closed)
Patch Set: Fix description of histogram. Created 3 years, 6 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 2bb0c08e8bf28f407f7c5d54c7648401c91fb1f8..ad67519942b0b3ea9b7000ed81647a10ea1940ee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40028,6 +40028,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+Net.ValidAndCompliantDNSName
+<histogram name="Net.ValidAndCompliantDNSName" enum="Boolean">
+ <owner>palmer@chromium.org</owner>
+ <summary>
+ True if Net.ValidDNSName is true and if |net::IsCanonicalizedHostCompliant|
Mark P 2017/05/26 17:27:02 This description doesn't sound right. It sounds l
palmer 2017/05/31 20:46:23 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.
+ </summary>
+</histogram>
+
<histogram name="Net.ValidDNSName" enum="Boolean">
<owner>palmer@chromium.org</owner>
<summary>
« 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