aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc')
-rw-r--r--devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc b/devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc
new file mode 100644
index 000000000000..382881995b65
--- /dev/null
+++ b/devel/electron29/files/patch-components_device__signals_core_common_signals__features.cc
@@ -0,0 +1,11 @@
+--- components/device_signals/core/common/signals_features.cc.orig 2023-08-10 01:48:40 UTC
++++ components/device_signals/core/common/signals_features.cc
+@@ -46,7 +46,7 @@ bool IsNewFunctionEnabled(NewEvFunction new_ev_functio
+ }
+
+ #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \
+- BUILDFLAG(IS_CHROMEOS_ASH)
++ BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)
+ // Enables the triggering of device signals consent dialog when conditions met
+ // This feature also requires UnmanagedDeviceSignalsConsentFlowEnabled policy to
+ // be enabled