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

Unified Diff: content/shell/browser/shell_url_request_context_getter.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 | « content/common/resource_messages.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_url_request_context_getter.cc
diff --git a/content/shell/browser/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc
index 3962571f85399eb4dd4b0b4894cbf6239af7e5ac..b510088269f0724ac3fa6567619747ad5f815f7e 100644
--- a/content/shell/browser/shell_url_request_context_getter.cc
+++ b/content/shell/browser/shell_url_request_context_getter.cc
@@ -66,14 +66,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;
- }
};
void InstallProtocolHandlers(net::URLRequestJobFactoryImpl* job_factory,
« no previous file with comments | « content/common/resource_messages.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698