| Index: ui/keyboard/keyboard_switches.h
|
| diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
|
| index 04d4e73702450a7e1155dea3423f601ad55ddae7..b6fae627eab879de0c86e3ba5a8af0480c1d0bac 100644
|
| --- a/ui/keyboard/keyboard_switches.h
|
| +++ b/ui/keyboard/keyboard_switches.h
|
| @@ -16,9 +16,8 @@ KEYBOARD_EXPORT extern const char kEnableSwipeSelection[];
|
| // Enables the virtual keyboard.
|
| KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
|
|
|
| -// 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[];
|
| +// Enables the keyboard usability test.
|
| +KEYBOARD_EXPORT extern const char kKeyboardUsabilityTest[];
|
|
|
| } // namespace switches
|
| } // namespace keyboard
|
|
|