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

Unified Diff: chrome/common/chrome_switches.cc

Issue 654653002: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Temporarily disabled tests, fixed a bug Created 6 years, 2 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 428b8571efa9ed0d98e782d99801469db11931e2..d32cc4483726335fa38d8faac75ba60463ddc7c8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -590,6 +590,9 @@ const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct";
const char kEnableSpellingFeedbackFieldTrial[] =
"enable-spelling-feedback-field-trial";
+const char kEnableMultilingualSpellChecker[] =
+ "enable-multilingual-spellchecker";
+
// Enables a feature that holds back some SSLConnectJobs in order to
// minimize the number of full SSL handshakes completed.
const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting";

Powered by Google App Engine
This is Rietveld 408576698