OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=220
33 lines
1.6 KiB
Diff
33 lines
1.6 KiB
Diff
partially revert https://github.com/chromium/chromium/commit/43410138fb38ff4bdba9720ac57b26434443f761
|
|
|
|
--- src/components/ip_protection/common/BUILD.gn.orig 2025-08-15 17:32:25.445405827 +0200
|
|
+++ src/components/ip_protection/common/BUILD.gn 2025-08-15 20:36:06.954140693 +0200
|
|
@@ -63,7 +63,6 @@ source_set("ip_protection_core_impl") {
|
|
public_deps = [
|
|
":ip_protection_core",
|
|
":ip_protection_data_types",
|
|
- ":ip_protection_probabilistic_reveal_token_manager",
|
|
":ip_protection_proxy_config_manager",
|
|
":ip_protection_token_manager",
|
|
":masked_domain_list_manager",
|
|
@@ -108,7 +107,6 @@ source_set("ip_protection_core_impl_mojo
|
|
]
|
|
deps = [
|
|
":ip_protection_core_host_remote",
|
|
- ":ip_protection_probabilistic_reveal_token_mojo_fetcher",
|
|
":ip_protection_proxy_config_manager_impl",
|
|
":ip_protection_proxy_config_mojo_fetcher",
|
|
":ip_protection_token_manager_impl",
|
|
--- src/components/ip_protection/common/ip_protection_core_impl_mojo.cc.orig 2025-08-15 17:32:25.445405827 +0200
|
|
+++ src/components/ip_protection/common/ip_protection_core_impl_mojo.cc 2025-08-16 19:10:17.599046225 +0200
|
|
@@ -81,8 +81,7 @@ IpProtectionCoreImplMojo::IpProtectionCo
|
|
std::unique_ptr<IpProtectionTokenManager>>(),
|
|
probabilistic_reveal_token_registry,
|
|
(core_host_remote &&
|
|
- base::FeatureList::IsEnabled(
|
|
- net::features::kEnableProbabilisticRevealTokens))
|
|
+ false)
|
|
? std::make_unique<IpProtectionProbabilisticRevealTokenManager>(
|
|
std::make_unique<
|
|
IpProtectionProbabilisticRevealTokenMojoFetcher>(
|