aboutsummaryrefslogtreecommitdiff
path: root/devel/electron21/files/patch-chrome_browser_sync_chrome__sync__client.cc
blob: 962d486fa343a3865b713136a165ec327cadbdfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/sync/chrome_sync_client.cc.orig	2022-08-31 12:19:35 UTC
+++ chrome/browser/sync/chrome_sync_client.cc
@@ -437,7 +437,7 @@ ChromeSyncClient::CreateDataTypeControllers(syncer::Sy
 
 // Chrome prefers OS provided spell checkers where they exist. So only sync the
 // custom dictionary on platforms that typically don't provide one.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
     // Dictionary sync is enabled by default.
     if (GetPrefService()->GetBoolean(spellcheck::prefs::kSpellCheckEnable)) {
       controllers.push_back(