Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ui/keyboard/keyboard_switches.h

Issue 2769073002: Remove KEYBOARD_EXPORT. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/keyboard/keyboard_layout_delegate.h ('k') | ui/keyboard/keyboard_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/keyboard/keyboard_layout_delegate.h ('k') | ui/keyboard/keyboard_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698