aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_variations_service_google__groups__updater__service.cc
blob: 81b6438d5c17823b2dc48bd960f64abd14d3e570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/variations/service/google_groups_updater_service.cc.orig	2023-08-28 20:17:35 UTC
+++ components/variations/service/google_groups_updater_service.cc
@@ -29,7 +29,7 @@ const char kDogfoodGroupsSyncPrefGaiaIdKey[] = "gaia_i
 // information from per-profile data to local-state.
 BASE_FEATURE(kVariationsGoogleGroupFiltering,
              "VariationsGoogleGroupFiltering",
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
              base::FEATURE_ENABLED_BY_DEFAULT
 #else
              // TODO(b/286365351): launch on Android, iOS and ChromeOS.