| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 451d1cbfacd30282be6c18f7e08c6e1dd3a49561..f05dcdc273d3813d20699fe7aa96be1250d604c5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1489,6 +1489,10 @@ const char kPluginMessageResponseTimeout[] =
|
| // String which represents the dictionary name for our spell-checker.
|
| const char kSpellCheckDictionary[] = "spellcheck.dictionary";
|
|
|
| +// String which represents the comma-delimited dictionary names for our
|
| +// spell-checker.
|
| +const char kSpellCheckDictionaries[] = "spellcheck.dictionaries";
|
| +
|
| // String which represents whether we use the spelling service.
|
| const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service";
|
|
|
|
|