summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc
blob: e2c334970d8b0d45ce1d5edcefc83ab7a3f572b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/sync/chrome_sync_client.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/sync/chrome_sync_client.cc
@@ -420,7 +420,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(