| Index: ui/keyboard/keyboard_controller_unittest.cc
|
| diff --git a/ui/keyboard/keyboard_controller_unittest.cc b/ui/keyboard/keyboard_controller_unittest.cc
|
| index 97775b624cdeafa9667bb797dd7357b7263a3554..a5a02c8a59807f1422cc872a049db3b0102e9281 100644
|
| --- a/ui/keyboard/keyboard_controller_unittest.cc
|
| +++ b/ui/keyboard/keyboard_controller_unittest.cc
|
| @@ -241,9 +241,10 @@ class KeyboardControllerTest : public testing::TestWithParam<bool>,
|
| controller_.reset(new KeyboardController(ui_, layout_delegate_.get()));
|
| controller()->AddObserver(this);
|
|
|
| - if (GetParam()) {
|
| + if (!GetParam()) {
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| - command_line->AppendSwitch(::switches::kUseNewVirtualKeyboardBehavior);
|
| + command_line->AppendSwitch(
|
| + ::switches::kDisableNewVirtualKeyboardBehavior);
|
| }
|
| }
|
|
|
|
|