Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f9d012fc6023a749fda3cca55e5efd8d8d751073..125560927d783ba92ff039321281421af91e8d0c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -40108,6 +40108,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Net.SuccessfulResolutionWithValidDNSName" enum="Boolean"> |
+ <owner>palmer@chromium.org</owner> |
+ <summary> |
+ True if a DNS name contains only characters for which |
+ |net::IsValidLabelCharacter| returns true. Used to see if we can deprecate |
+ and remove support for arbitrary bytes in DNS names. This histogram is |
+ recorded after DNS resolution has completed successfully. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.TCP_Connection_Idle_Sockets"> |
<obsolete> |
Deprecated 04/2016 as doesn't have data nor owner. |