Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 82c9410cd4a3563db571824175ef32cda8117afd..a91ff5b443df2c5496dde86c04bfbbbafa6fbcef 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1076,6 +1076,10 @@ const char kSpeculativeResourcePrefetchingLearning[] = "learning"; |
const char kSpeculativeResourcePrefetchingEnabled[] = "enabled"; |
#if defined(ENABLE_SPELLCHECK) |
+// Enables the multilingual spellchecker |
please use gerrit instead
2015/02/24 23:38:38
There appears to be a period at the end of the oth
Klemen Forstnerič
2015/02/25 09:48:23
Done.
|
+const char kEnableMultilingualSpellChecker[] = |
+ "enable-multilingual-spellchecker"; |
+ |
// Enables auto correction for misspelled words. |
const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct"; |
#endif |