Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a68a5e1786aa04c14fda056d50d6a7a5e4200424..b83439d4e3cdba9a74ee74b40a3224baf654797f 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -46925,6 +46925,16 @@ 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"/> |
|
felt
2014/07/16 23:31:47
have you run the script to format histograms.xml?
radhikabhar
2014/07/17 01:02:12
Yes I did run the pretty_print.py script.
|
| </enum> |
| <enum name="SSLResponseTypesV2" type="int"> |