| Index: ui/keyboard/keyboard_switches.h
|
| diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
|
| index 85af0c4694318c30300ff0d6b9564a23a8891c1c..9204527fe7fc94086ed001d3c9f3e01dbe3b085b 100644
|
| --- a/ui/keyboard/keyboard_switches.h
|
| +++ b/ui/keyboard/keyboard_switches.h
|
| @@ -12,35 +12,35 @@ namespace switches {
|
|
|
| // Disables IME extension APIs from overriding the URL for specifying the
|
| // contents of the virtual keyboard container.
|
| -KEYBOARD_EXPORT extern const char kDisableInputView[];
|
| + extern const char kDisableInputView[];
|
|
|
| // Disables voice input.
|
| -KEYBOARD_EXPORT extern const char kDisableVoiceInput[];
|
| + extern const char kDisableVoiceInput[];
|
|
|
| // Enables experimental features for IME extensions.
|
| -KEYBOARD_EXPORT extern const char kEnableExperimentalInputViewFeatures[];
|
| + extern const char kEnableExperimentalInputViewFeatures[];
|
|
|
| // Flag which disables gesture typing for the virtual keyboard.
|
| -KEYBOARD_EXPORT extern const char kDisableGestureTyping[];
|
| + extern const char kDisableGestureTyping[];
|
|
|
| // Controls the appearance of the settings option to enable gesture editing
|
| // for the virtual keyboard.
|
| -KEYBOARD_EXPORT extern const char kDisableGestureEditing[];
|
| + extern const char kDisableGestureEditing[];
|
|
|
| // Enables the virtual keyboard.
|
| -KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
|
| + extern const char kEnableVirtualKeyboard[];
|
|
|
| // Floating virtual keyboard flag.
|
| -KEYBOARD_EXPORT extern const char kEnableFloatingVirtualKeyboard[];
|
| + extern const char kEnableFloatingVirtualKeyboard[];
|
|
|
| // Disabled overscrolling of web content when the virtual keyboard is displayed.
|
| // If disabled, the work area is resized to restrict windows from overlapping
|
| // with the keybaord area.
|
| -KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
|
| + extern const char kDisableVirtualKeyboardOverscroll[];
|
|
|
| // Controls automatic showing/hiding of the keyboard based on the devices
|
| // plugged in.
|
| -KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[];
|
| + extern const char kDisableSmartVirtualKeyboard[];
|
|
|
| } // namespace switches
|
| } // namespace keyboard
|
|
|