Index: ash/virtual_keyboard_controller_unittest.cc |
diff --git a/ash/virtual_keyboard_controller_unittest.cc b/ash/virtual_keyboard_controller_unittest.cc |
index ef271087f8e1b0330c0d408a439d97f46d4c8fdf..74a083e662b29860b8fcd307d5195097aac73fcc 100644 |
--- a/ash/virtual_keyboard_controller_unittest.cc |
+++ b/ash/virtual_keyboard_controller_unittest.cc |
@@ -40,8 +40,6 @@ class VirtualKeyboardControllerTest : public AshTestBase { |
} |
void SetUp() override { |
- base::CommandLine::ForCurrentProcess()->AppendSwitch( |
- keyboard::switches::kDisableSmartVirtualKeyboard); |
AshTestBase::SetUp(); |
UpdateKeyboardDevices(std::vector<ui::KeyboardDevice>()); |
UpdateTouchscreenDevices(std::vector<ui::TouchscreenDevice>()); |
@@ -72,6 +70,8 @@ class VirtualKeyboardControllerAutoTest : public VirtualKeyboardControllerTest, |
~VirtualKeyboardControllerAutoTest() override {} |
void SetUp() override { |
+ base::CommandLine::ForCurrentProcess()->AppendSwitch( |
+ keyboard::switches::kEnableAutoVirtualKeyboard); |
AshTestBase::SetUp(); |
// Set the current list of devices to empty so that they don't interfere |
// with the test. |