| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a68a5e1786aa04c14fda056d50d6a7a5e4200424..9f5fc7c142c92c90ea53ecd370b41b1c74d45994 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -46925,6 +46925,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">
|
|
|