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

Unified Diff: ui/keyboard/keyboard_util.cc

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
« ui/keyboard/keyboard_switches.h ('K') | « ui/keyboard/keyboard_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_util.cc
diff --git a/ui/keyboard/keyboard_util.cc b/ui/keyboard/keyboard_util.cc
index 96d8385a05fddfe53103522b90eb99c21a340ae1..636004daaf34aa78150dcb72e1ddf6e1da65d11a 100644
--- a/ui/keyboard/keyboard_util.cc
+++ b/ui/keyboard/keyboard_util.cc
@@ -47,6 +47,11 @@ bool IsKeyboardEnabled() {
}
+bool IsKeyboardUsabilityTestEnabled() {
+ return CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kKeyboardUsabilityTest);
+}
+
bool InsertText(const base::string16& text, aura::Window* root_window) {
if (!root_window)
return false;
« ui/keyboard/keyboard_switches.h ('K') | « ui/keyboard/keyboard_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698