mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
11 lines
540 B
C++
11 lines
540 B
C++
--- components/webapps/browser/features.cc.orig 2024-08-26 12:06:38 UTC
|
|
+++ components/webapps/browser/features.cc
|
|
@@ -59,7 +59,7 @@ extern const base::FeatureParam<int> kBannerParamsDays
|
|
BASE_FEATURE(kWebAppsEnableMLModelForPromotion,
|
|
"WebAppsEnableMLModelForPromotion",
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_ANDROID)
|
|
+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
|
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
|
#else
|
|
base::FEATURE_DISABLED_BY_DEFAULT);
|