summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_sync_base_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-components_sync_base_features.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-components_sync_base_features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-components_sync_base_features.cc b/www/ungoogled-chromium/files/patch-components_sync_base_features.cc
new file mode 100644
index 000000000000..d9b1b79eda88
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-components_sync_base_features.cc
@@ -0,0 +1,11 @@
+--- components/sync/base/features.cc.orig 2023-12-23 12:33:28 UTC
++++ components/sync/base/features.cc
+@@ -101,7 +101,7 @@ BASE_FEATURE(kEnablePreferencesAccountStorage,
+ BASE_FEATURE(kSyncPollImmediatelyOnEveryStartup,
+ "SyncPollImmediatelyOnEveryStartup",
+ #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \
+- BUILDFLAG(IS_WIN)
++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ base::FEATURE_ENABLED_BY_DEFAULT
+ #else
+ base::FEATURE_DISABLED_BY_DEFAULT