summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_device__signals_core_common_signals__features.cc')
-rw-r--r--www/chromium/files/patch-components_device__signals_core_common_signals__features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc
new file mode 100644
index 000000000000..6399f582c9e8
--- /dev/null
+++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc
@@ -0,0 +1,11 @@
+--- components/device_signals/core/common/signals_features.cc.orig 2022-09-24 10:57:32 UTC
++++ components/device_signals/core/common/signals_features.cc
+@@ -18,7 +18,7 @@ const base::FeatureParam<bool> kDisableAntiVirus{&kNew
+ const base::FeatureParam<bool> kDisableHotfix{&kNewEvSignalsEnabled,
+ "DisableHotfix", false};
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
+ // Enables the consent promo for sharing device signal when a managed user
+ // signs in on an unmanaged device. This occurs after the sign-in intercept
+ // and before the sync promo (if enabled)