Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0fd0c6bcb4f71146a455fd54302b5e2a2ee074ec..9ad55a38c70c87136576b69aa41d906968aee0d4 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1479,6 +1479,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"; |