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

Unified Diff: ui/keyboard/keyboard_switches.h

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: ui/keyboard/keyboard_switches.h
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
index b6fae627eab879de0c86e3ba5a8af0480c1d0bac..7bc9ab3213792e21bca57e81c35e6de12cd760d5 100644
--- a/ui/keyboard/keyboard_switches.h
+++ b/ui/keyboard/keyboard_switches.h
@@ -17,7 +17,7 @@ KEYBOARD_EXPORT extern const char kEnableSwipeSelection[];
KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
// Enables the keyboard usability test.
-KEYBOARD_EXPORT extern const char kKeyboardUsabilityTest[];
+extern const char kKeyboardUsabilityTest[];
oshima 2013/11/13 22:23:37 Don't you still need export? (component build seem
} // namespace switches
} // namespace keyboard

Powered by Google App Engine
This is Rietveld 408576698