diff options
Diffstat (limited to 'ui/keyboard/keyboard_switches.h')
-rw-r--r-- | ui/keyboard/keyboard_switches.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h index b6fae62..04d4e73 100644 --- a/ui/keyboard/keyboard_switches.h +++ b/ui/keyboard/keyboard_switches.h @@ -16,8 +16,9 @@ KEYBOARD_EXPORT extern const char kEnableSwipeSelection[]; // Enables the virtual keyboard. KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[]; -// Enables the keyboard usability test. -KEYBOARD_EXPORT extern const char kKeyboardUsabilityTest[]; +// Enables the keyboard usability experiment. This is an experimental mode for +// testing the usability of various experimental keyboard layouts. +KEYBOARD_EXPORT extern const char kKeyboardUsabilityExperiment[]; } // namespace switches } // namespace keyboard |