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

Unified Diff: chromeos/chromeos_switches.cc

Issue 929753002: Turn off physical keyboard autocorrect feature by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index f2f5f038f1c5f4ff0570880af49ac465d16724be..cff6bc64f5b8ec82b2d8073f4ff3c7e6879005ce 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -119,6 +119,11 @@ const char kEnableNewKoreanIme[] = "enable-new-korean-ime";
const char kEnableNewMDInputView[] = "enable-new-md-input-view";
// If this switch is set, the options for suggestions as typing on physical
+// keyboard will be enabled.
+const char kEnablePhysicalKeyboardAutocorrect[] =
+ "enable-physical-keyboard-autocorrect";
+
+// If this switch is set, the options for suggestions as typing on physical
// keyboard will be disabled.
const char kDisablePhysicalKeyboardAutocorrect[] =
"disable-physical-keyboard-autocorrect";
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698