Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1248)

Unified Diff: chrome/common/chrome_switches.cc

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, clarified code. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 23b5dc225f71f669eb478e8e942c66f29b967b98..d47f99fa28eedbdd6e2b93f66e4a0502c3924dba 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -984,6 +984,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";

Powered by Google App Engine
This is Rietveld 408576698