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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: Update comment Created 3 years, 6 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
« no previous file with comments | « remoting/protocol/ssl_hmac_channel_authenticator.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index a809396ca53c8fc6d3fd4314961ad31ca023f21c..53ee61590a2f87c6974b8fa65b606b23fa10c091 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -10952,6 +10952,9 @@ uploading your change for review. These are checked by presubmit scripts.
</enum>
<enum name="EVCTCompliance" type="int">
+ <obsolete>
+ Deprecated 06/2017.
+ </obsolete>
<int value="0" label="EV policy does not apply"/>
<int value="1" label="Compliant because certificate is whitelisted"/>
<int value="2" label="Compliant because SCTs satisfy CT policy"/>
@@ -11006,6 +11009,9 @@ uploading your change for review. These are checked by presubmit scripts.
</enum>
<enum name="EVWhitelistStatus" type="int">
+ <obsolete>
+ Deprecated 06/2017.
+ </obsolete>
<int value="0" label="Not present"/>
<int value="1" label="Invalid"/>
<int value="2" label="Valid"/>
« no previous file with comments | « remoting/protocol/ssl_hmac_channel_authenticator.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698