aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc
blob: 776994b16213a6bf94f412f7bf902850aa30618c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/device_signals/core/common/signals_features.cc.orig	2023-08-17 07:33:31 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