summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_common_signals__features.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_device__signals_core_common_signals__features.h')
-rw-r--r--www/chromium/files/patch-components_device__signals_core_common_signals__features.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.h b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h
new file mode 100644
index 000000000000..285808f0b9b6
--- /dev/null
+++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h
@@ -0,0 +1,11 @@
+--- components/device_signals/core/common/signals_features.h.orig 2022-09-24 10:57:32 UTC
++++ components/device_signals/core/common/signals_features.h
+@@ -20,7 +20,7 @@ extern const base::FeatureParam<bool> kDisableSettings
+ extern const base::FeatureParam<bool> kDisableAntiVirus;
+ extern const base::FeatureParam<bool> kDisableHotfix;
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
+ extern const base::Feature kDeviceSignalsPromoAfterSigninIntercept;
+ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
+