diff --git a/build/patches/Remove-EV-certificates.patch b/build/patches/Remove-EV-certificates.patch index 49f4d9eb..b633a1da 100644 --- a/build/patches/Remove-EV-certificates.patch +++ b/build/patches/Remove-EV-certificates.patch @@ -9,9 +9,9 @@ Instead, let them appear just like regular ones. License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- - net/cert/ev_root_ca_metadata.cc | 14 +++++++++++++- + net/cert/ev_root_ca_metadata.cc | 15 +++++++++++++-- net/cert/ev_root_ca_metadata.h | 2 +- - 2 files changed, 14 insertions(+), 2 deletions(-) + 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc --- a/net/cert/ev_root_ca_metadata.cc @@ -37,6 +37,14 @@ diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc #endif // defined(PLATFORM_USES_CHROMIUM_EV_METADATA) } // namespace +@@ -115,7 +127,6 @@ bool EVRootCAMetadata::RemoveEVCA(const SHA256HashValue& fingerprint) { + // + + bool EVRootCAMetadata::IsEVPolicyOID(der::Input policy_oid) const { +- LOG(WARNING) << "Not implemented"; + return false; + } + diff --git a/net/cert/ev_root_ca_metadata.h b/net/cert/ev_root_ca_metadata.h --- a/net/cert/ev_root_ca_metadata.h +++ b/net/cert/ev_root_ca_metadata.h