summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc
blob: 67f14188e656b290120fb418ee621f258abc8185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/sync/chrome_sync_client.cc.orig	2022-03-25 21:59:56 UTC
+++ chrome/browser/sync/chrome_sync_client.cc
@@ -412,7 +412,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(