diff options
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_factory.cc')
-rw-r--r-- | chrome/browser/spellchecker/spellcheck_factory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_factory.cc b/chrome/browser/spellchecker/spellcheck_factory.cc index ddac858..fd1f733 100644 --- a/chrome/browser/spellchecker/spellcheck_factory.cc +++ b/chrome/browser/spellchecker/spellcheck_factory.cc @@ -60,8 +60,8 @@ void SpellcheckServiceFactory::RegisterUserPrefs(PrefService* user_prefs) { true, PrefService::SYNCABLE_PREF); user_prefs->RegisterBooleanPref(prefs::kEnableAutoSpellCorrect, - true, - PrefService::UNSYNCABLE_PREF); + false, + PrefService::SYNCABLE_PREF); } bool SpellcheckServiceFactory::ServiceRedirectedInIncognito() const { |