Skip to content

Commit

Permalink
Update to ungoogled-chromium 125.0.6422.112 (#169)
Browse files Browse the repository at this point in the history
* Update to ungoogled-chromium 125.0.6422.76

Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>

* Remove patch that’s in core repo

Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>

* Update to ungoogled-chromium 125.0.6422.112

Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>

---------

Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>
  • Loading branch information
Cubik65536 committed May 26, 2024
1 parent e0a5517 commit 45d7c8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 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 45d7c8c

Please sign in to comment.