Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index a8e775366dbdec09a4589d952ea86135511b7f11..07e0db582fa2fb69c07d1314338b59f68d9096e8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -48045,6 +48045,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" |
Mark P
2014/08/05 22:07:27
How where these buckets evaluated in the past? We
radhikabhar
2014/08/06 00:10:18
These buckets weren't evaluated in the past but th
felt
2014/08/06 01:00:24
Wait, please don't rename my histogram. Mark, why
felt
2014/08/06 19:32:36
HiOn 2014/08/06 01:00:24, felt wrote:
Mark P
2014/08/06 20:19:28
Then this should be explained in the (two) histogr
|
+ 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"/> |
Mark P
2014/08/05 22:07:27
Am I correct in assuming this will only be emitted
radhikabhar
2014/08/06 00:10:18
We haven't prioritized the errors and the SUBDOMIA
Mark P
2014/08/06 19:04:51
I think you have implicitly. For instance, the di
|
+ <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"> |