blob: 7d9c57f654dac01767b7e39b2d02cba6c8ebcc6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/sync/service/sync_prefs.cc.orig 2025-10-21 20:19:54 UTC
+++ components/sync/service/sync_prefs.cc
@@ -840,7 +840,7 @@ bool SyncPrefs::MaybeMigratePrefsForSyncToSigninPart1(
update_selected_types_dict->EnsureDict(
signin::GaiaIdHash::FromGaiaId(gaia_id).ToBase64());
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Preserve the user's existing enabled state for Bookmarks, Reading List,
// and Preferences. Otherwise, use the default value, which will be true
// after `kReplaceSyncPromosWithSignInPromos`.
|