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

Unified Diff: ui/keyboard/keyboard_switches.h

Issue 34783006: Add --keyboard-usability-test flag and always show keyboard unless manually hide (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
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[];
sadrul 2013/10/23 14:01:49 Shouldn't need to export (since it's not used outs
bshe 2013/10/23 17:08:43 The reason I use EXPORT is this flag is expected t
sadrul 2013/10/23 17:45:06 Where would you use this ash? This specific behavi
bshe 2013/10/24 00:23:36 It will be used to enable a special display mode(n
+
} // namespace switches
} // namespace keyboard

Powered by Google App Engine
This is Rietveld 408576698