summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authorshuchen <shuchen@chromium.org>2014-10-23 08:17:14 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-23 15:17:33 +0000
commitd9008942f2125209c87095058ff2afa0f8d466e9 (patch)
tree9ce00d67ed69e60bcdf8a2b2b53c5bd3a96a4ebf /chromeos/chromeos_switches.h
parent4842a0e08daada491fc519b9eade2cfd04f804ed (diff)
downloadchromium_src-d9008942f2125209c87095058ff2afa0f8d466e9.zip
chromium_src-d9008942f2125209c87095058ff2afa0f8d466e9.tar.gz
chromium_src-d9008942f2125209c87095058ff2afa0f8d466e9.tar.bz2
Adds 2 flags for input method features.
1) --enable-new-korean-ime, which is for new Korean IME based on Google Input Tools. 2) --enable-physical-keyboard-autocorrect, which is for suggestions on typing with physical keyboard. For enable-physical-keyboard-autocorrect, the extension JS will use inputMethodPrivate.getInputMethodConfig API to read the flag value and turn on the feature accordingly. BUG=422869 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/676593004 Cr-Commit-Position: refs/heads/master@{#300892}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 2ecc518..a0cd966 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -49,6 +49,8 @@ CHROMEOS_EXPORT extern const char kEnableExtensionAssetsSharing[];
CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[];
CHROMEOS_EXPORT extern const char kEnableKioskMode[];
CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[];
+CHROMEOS_EXPORT extern const char kEnableNewKoreanIme[];
+CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[];
CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[];
CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[];
CHROMEOS_EXPORT extern const char kEnableVideoPlayerChromecastSupport[];