| Index: ui/keyboard/keyboard_switches.h
|
| diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
|
| index 5b9892b822c3aa7d81b5fbe2f43ca149f136ff67..8f1e7ccecb4bc721b77a187f850d36b1bc0cf8e3 100644
|
| --- a/ui/keyboard/keyboard_switches.h
|
| +++ b/ui/keyboard/keyboard_switches.h
|
| @@ -36,9 +36,9 @@ KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
|
| // to provide access to content that would otherwise be occluded.
|
| KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[];
|
|
|
| -// Disable automatic showing/hiding of the keyboard based on the devices plugged
|
| +// Enable automatic showing/hiding of the keyboard based on the devices plugged
|
| // in.
|
| -KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[];
|
| +KEYBOARD_EXPORT extern const char kEnableAutoVirtualKeyboard[];
|
|
|
| } // namespace switches
|
| } // namespace keyboard
|
|
|