Skip to content

Commit

Permalink
Remove patch that’s in core repo
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed May 24, 2024
1 parent 9cbf8c6 commit 24d2f28
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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<net::ClientCertStore> GetWrappedCertStore(
Profile* profile,
std::unique_ptr<net::ClientCertStore> 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)

0 comments on commit 24d2f28

Please sign in to comment.