Index: remoting/protocol/ssl_hmac_channel_authenticator.cc |
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc |
index 5cad1119d210d917c92ecd7ee32fe6d68eb7cd96..35be14ca81a4a806b041ab0e0c9c1de620a2be94 100644 |
--- a/remoting/protocol/ssl_hmac_channel_authenticator.cc |
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc |
@@ -79,14 +79,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; |
- } |
}; |
// Implements net::StreamSocket interface on top of P2PStreamSocket to be passed |