Skip to content

Commit

Permalink
Merge pull request #352 from teeminus/update
Browse files Browse the repository at this point in the history
  • Loading branch information
teeminus authored May 22, 2024
2 parents 709e95b + 8a8e47a commit de26918
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion domain_substitution.list
Original file line number Diff line number Diff line change
Expand Up @@ -2699,7 +2699,6 @@ components/enterprise/data_controls/data_controls_policy_handler_unittest.cc
components/enterprise/data_controls/rule_unittest.cc
components/error_page/common/localized_error.cc
components/error_page_strings.grdp
components/exo/buffer.h
components/exo/data_offer_unittest.cc
components/exo/drag_drop_operation_unittest.cc
components/exo/seat_unittest.cc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@

deps += [
"//build:branding_buildflags",
--- a/chrome/browser/net/profile_network_context_service.cc
+++ b/chrome/browser/net/profile_network_context_service.cc
@@ -952,8 +952,7 @@ ProfileNetworkContextService::CreateClie

return store;
#elif BUILDFLAG(IS_WIN)
- return GetWrappedCertStore(profile_,
- std::make_unique<net::ClientCertStoreWin>());
+ return nullptr;
#elif BUILDFLAG(IS_MAC)
return GetWrappedCertStore(profile_,
std::make_unique<net::ClientCertStoreMac>());
--- a/chrome/browser/safe_browsing/BUILD.gn
+++ b/chrome/browser/safe_browsing/BUILD.gn
@@ -7,6 +7,7 @@ import("//components/safe_browsing/build
Expand Down
2 changes: 1 addition & 1 deletion ungoogled-chromium

0 comments on commit de26918

Please sign in to comment.