Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 376333003: Find reasons for the SSL common name invalid error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698