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

Unified Diff: chromecast/browser/url_request_context_factory.cc

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/component_updater/ev_whitelist_component_installer.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/url_request_context_factory.cc
diff --git a/chromecast/browser/url_request_context_factory.cc b/chromecast/browser/url_request_context_factory.cc
index 75852d84a411ea257bbdf0d059c01ca73b815bc1..c89611552abbadab596694c04893fce0166f8c7f 100644
--- a/chromecast/browser/url_request_context_factory.cc
+++ b/chromecast/browser/url_request_context_factory.cc
@@ -63,14 +63,6 @@ class IgnoresCTPolicyEnforcer : public net::CTPolicyEnforcer {
const net::NetLogWithSource& net_log) override {
return net::ct::CertPolicyCompliance::CERT_POLICY_COMPLIES_VIA_SCTS;
}
-
- net::ct::EVPolicyCompliance DoesConformToCTEVPolicy(
- net::X509Certificate* cert,
- const net::ct::EVCertsWhitelist* ev_whitelist,
- const net::SCTList& verified_scts,
- const net::NetLogWithSource& net_log) override {
- return net::ct::EVPolicyCompliance::EV_POLICY_DOES_NOT_APPLY;
- }
};
bool IgnoreCertificateErrors() {
« no previous file with comments | « chrome/browser/component_updater/ev_whitelist_component_installer.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698