diff options
author | fengyuan <fengyuan@chromium.org> | 2014-12-08 07:46:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-08 15:46:59 +0000 |
commit | da3e4fb35ca7501e63a08da19f82429747fba8c1 (patch) | |
tree | b5c92e54eb4ea7e86515c46ac1b80bf505a8e5f0 /chromeos/chromeos_switches.cc | |
parent | 56dbaa5e9a53444a27051b047744efa94eb379e6 (diff) | |
download | chromium_src-da3e4fb35ca7501e63a08da19f82429747fba8c1.zip chromium_src-da3e4fb35ca7501e63a08da19f82429747fba8c1.tar.gz chromium_src-da3e4fb35ca7501e63a08da19f82429747fba8c1.tar.bz2 |
Adds flag --enable-new-qp-input-view for developing the materia design style of input view keyboard.
BUG=422869
Review URL: https://codereview.chromium.org/775283003
Cr-Commit-Position: refs/heads/master@{#307251}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 403d6ed..a476057 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -93,6 +93,9 @@ const char kEnableEmbeddedSignin[] = "enable-embedded-signin"; // chrome://settings/languages. const char kEnableNewKoreanIme[] = "enable-new-korean-ime"; +// If this switch is set, the input view keyboard will be in materia design. +const char kEnableNewQPInputView[] = "enable-new-qp-input-view"; + // If this switch is set, the US keyboard input method will provide suggestions // as typing on physical keyboard. const char kEnablePhysicalKeyboardAutocorrect[] = |