mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 04:30:46 +01:00
Add missing kSpellCheckDictionaries preference (issue #1682)
This commit is contained in:
parent
6cb3be7395
commit
560b881a2f
@ -97,6 +97,8 @@ scoped_ptr<PrefService> CefBrowserPrefStore::CreateService() {
|
||||
|
||||
// Spell checking settings.
|
||||
// Based on SpellcheckServiceFactory::RegisterProfilePrefs.
|
||||
registry->RegisterListPref(prefs::kSpellCheckDictionaries,
|
||||
new base::ListValue);
|
||||
std::string spellcheck_lang =
|
||||
command_line->GetSwitchValueASCII(switches::kOverrideSpellCheckLang);
|
||||
if (!spellcheck_lang.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user