Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 518c0ae35af8f4e5c378b9ae74d5a1cc458da1bc..400d117345e72d1f8b7dc2e1efb924d7ac2aa765 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1483,6 +1483,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"; |