Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / base / ui_base_switches_util.cc
index 3089607..c896745 100644 (file)
@@ -9,6 +9,11 @@
 
 namespace switches {
 
+bool IsTextInputFocusManagerEnabled() {
+  return CommandLine::ForCurrentProcess()->HasSwitch(
+      switches::kEnableTextInputFocusManager);
+}
+
 bool IsTouchDragDropEnabled() {
 #if defined(OS_CHROMEOS)
   return !CommandLine::ForCurrentProcess()->HasSwitch(