From 24d2f28de9f95d488b776e7506fe76eba99779ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qian=20Qian=20=22Cubik=22=E2=80=8E?= Date: Thu, 23 May 2024 20:53:41 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20patch=20that=E2=80=99s=20in=20core=20r?= =?UTF-8?q?epo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Qian Qian "Cubik"‎ --- .../macos/fix-disabling-safebrowsing.patch | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch b/patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch index c4c48b09..01d25c6d 100644 --- a/patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch +++ b/patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch @@ -286,27 +286,3 @@ }; // clang-format on ---- a/chrome/browser/net/profile_network_context_service.cc -+++ b/chrome/browser/net/profile_network_context_service.cc -@@ -285,20 +285,7 @@ void UpdateCookieSettings(Profile* profi - std::unique_ptr GetWrappedCertStore( - Profile* profile, - std::unique_ptr platform_store) { -- if (!profile || !client_certificates::features:: -- IsManagedClientCertificateForUserEnabled()) { -- return platform_store; -- } -- -- auto* provisioning_service = -- client_certificates::CertificateProvisioningServiceFactory::GetForProfile( -- profile); -- if (!provisioning_service) { -- return platform_store; -- } -- -- return client_certificates::ClientCertificatesService::Create( -- provisioning_service, std::move(platform_store)); -+ return nullptr; - } - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) -