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

Unified Diff: chrome/browser/about_flags.cc

Issue 11421169: [Spellcheck] Explose the flag for autocorrect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing copy/paste error Created 8 years, 1 month 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7c727192ad8bcf5e8d29ffa97cf02a447b8d2aac..1ac40fc174eac12df90cd88a700cb4e831782afc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -769,6 +769,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kForceSyncSpellCheck)
},
{
+ "spellcheck-autocorrect",
+ IDS_FLAGS_SPELLCHECK_AUTOCORRECT,
+ IDS_FLAGS_SPELLCHECK_AUTOCORRECT_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableSpellingAutoCorrect)
+ },
+ {
"touch-events",
IDS_TOUCH_EVENTS_NAME,
IDS_TOUCH_EVENTS_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698