aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_components_variations_service_google__groups__updater__service.cc
blob: 3086aa685276ea8c46710f2946d95a2a851e65fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/components/variations/service/google_groups_updater_service.cc.orig	2023-09-13 12:11:42 UTC
+++ src/3rdparty/chromium/components/variations/service/google_groups_updater_service.cc
@@ -15,7 +15,7 @@
 // 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.