Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d14aeb7866957e186192883dcc9754ae9968d1a8..2641b970737979771884e9c7836c76a0612d86dc 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1107,6 +1107,10 @@ const char kSpeculativeResourcePrefetchingLearning[] = "learning"; |
const char kSpeculativeResourcePrefetchingEnabled[] = "enabled"; |
#if defined(ENABLE_SPELLCHECK) |
+// Enables the multilingual spellchecker |
+const char kEnableMultilingualSpellChecker[] = |
+ "enable-multilingual-spellchecker"; |
+ |
// Enables auto correction for misspelled words. |
const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct"; |
#endif |