diff options
author | fengyuan <fengyuan@chromium.org> | 2015-02-04 21:47:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-05 05:48:17 +0000 |
commit | 72ce43ad6b81fcbcec53f814df5b494ff8a4a2a1 (patch) | |
tree | 13faf4c066278a0bfc60bfdd88c7a6e8fdac908e /chromeos/chromeos_switches.cc | |
parent | 82feb714b91b89685aacbbc8f49f6dc4145b0a4b (diff) | |
download | chromium_src-72ce43ad6b81fcbcec53f814df5b494ff8a4a2a1.zip chromium_src-72ce43ad6b81fcbcec53f814df5b494ff8a4a2a1.tar.gz chromium_src-72ce43ad6b81fcbcec53f814df5b494ff8a4a2a1.tar.bz2 |
Renames enable-new-qp-input-view to enable-new-md-input-view. Because QP is a internal code name, we should use md instead.
BUG=422869
Review URL: https://codereview.chromium.org/863093006
Cr-Commit-Position: refs/heads/master@{#314763}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 20c55c8..6ac7d2e 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -116,7 +116,7 @@ const char kEnableEmbeddedSignin[] = "enable-embedded-signin"; 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"; +const char kEnableNewMDInputView[] = "enable-new-md-input-view"; // If this switch is set, the options for suggestions as typing on physical // keyboard will be disabled. |