Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1cf62a065fff08fa719d84309b4c566fc65c4d5a..8eef6fa30b201cf811263dec1a804d91b35872e1 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -47961,6 +47961,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<enum name="SSLNonAttackCauses" type="int"> |
<int value="0" label="CLOCK_PAST: System clock set early"/> |
<int value="1" label="CLOCK_FUTURE: System clock set late"/> |
+ <int value="2" |
+ label="WWW_SUBDOMAIN_MATCH: Difference between the URL and the DNS is |
+ www"/> |
+ <int value="3" label="SUBDOMAIN_MATCH: The URL is a subdomain of the DNS"/> |
+ <int value="4" |
+ label="SUBDOMAIN_INVERSE_MATCH: The DNS is a subdomian of the URL"/> |
+ <int value="5" |
+ label="SUBDOMAIN_OUTSIDE_WILDCARD: The URL is outside the scope of the |
+ wildcard certificate"/> |
+ <int value="6" label="SELF_SIGNED: The certificate is self_signed"/> |
+ <int value="7" |
+ label="HOST_NAME_NOT_KNOWN_TLD: The host name is not a known TLD"/> |
</enum> |
<enum name="SSLResponseTypesV2" type="int"> |