| Index: ui/keyboard/keyboard_switches.h
|
| diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
|
| index a7d053314b61437ea37bb86529486ea81d485500..861f0ab5b095663f019b5a0c14340a5170d918c1 100644
|
| --- a/ui/keyboard/keyboard_switches.h
|
| +++ b/ui/keyboard/keyboard_switches.h
|
| @@ -13,6 +13,9 @@ namespace switches {
|
| // Enables the virtual keyboard.
|
| KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
|
|
|
| +// Enables the keyboard usability test.
|
| +KEYBOARD_EXPORT extern const char kKeyboardUsabilityTest[];
|
| +
|
| } // namespace switches
|
| } // namespace keyboard
|
|
|
|
|