| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 82c9410cd4a3563db571824175ef32cda8117afd..25f2c2a22628d920c41a1033eca0e4933129534f 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.
|
| +const char kEnableMultilingualSpellChecker[] =
|
| + "enable-multilingual-spellchecker";
|
| +
|
| // Enables auto correction for misspelled words.
|
| const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct";
|
| #endif
|
|
|