From 1afa04d67e08d67b3c467f5a20182582b5abdd45 Mon Sep 17 00:00:00 2001 From: rsadam Date: Thu, 8 Jan 2015 16:31:31 -0800 Subject: Turns off smart deploy by default. This CL will be reverted after branch. BUG=446868 TBR=cpu TEST=VirtualKeyboardControllerTest, VirtualKeyboardControllerAutoTest Review URL: https://codereview.chromium.org/834733004 Cr-Commit-Position: refs/heads/master@{#310638} --- ui/keyboard/keyboard_switches.cc | 2 +- ui/keyboard/keyboard_switches.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/keyboard/keyboard_switches.cc b/ui/keyboard/keyboard_switches.cc index 06ce1a4..2c8d031 100644 --- a/ui/keyboard/keyboard_switches.cc +++ b/ui/keyboard/keyboard_switches.cc @@ -15,7 +15,7 @@ const char kEnableExperimentalInputViewFeatures[] = "enable-experimental-input-view-features"; const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard"; -const char kDisableSmartVirtualKeyboard[] = "disable-smart-virtual-keyboard"; +const char kEnableAutoVirtualKeyboard[] = "auto-virtual-keyboard"; const char kDisableVirtualKeyboardOverscroll[] = "disable-virtual-keyboard-overscroll"; diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h index 5b9892b..8f1e7cc 100644 --- a/ui/keyboard/keyboard_switches.h +++ b/ui/keyboard/keyboard_switches.h @@ -36,9 +36,9 @@ KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[]; // to provide access to content that would otherwise be occluded. KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[]; -// Disable automatic showing/hiding of the keyboard based on the devices plugged +// Enable automatic showing/hiding of the keyboard based on the devices plugged // in. -KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[]; +KEYBOARD_EXPORT extern const char kEnableAutoVirtualKeyboard[]; } // namespace switches } // namespace keyboard -- cgit v1.1