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

Unified Diff: ash/virtual_keyboard_controller_unittest.cc

Issue 820073009: Re-enables smart deploy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 11 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
« no previous file with comments | « ash/virtual_keyboard_controller.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller_unittest.cc
diff --git a/ash/virtual_keyboard_controller_unittest.cc b/ash/virtual_keyboard_controller_unittest.cc
index 7a6d67681cff2f4dae99307882b6d762c31645ae..5c452a1359ee6687f1cf41adb66f1c07e46d30da 100644
--- a/ash/virtual_keyboard_controller_unittest.cc
+++ b/ash/virtual_keyboard_controller_unittest.cc
@@ -52,6 +52,8 @@ 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>());
@@ -112,8 +114,6 @@ 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.
« no previous file with comments | « ash/virtual_keyboard_controller.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698