| Index: chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
|
| diff --git a/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js b/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
|
| index 47235bb59a889aadb45bc50b9a365cb8f7d5835b..fb0d31a103c19e443e6a5922fa4ef94d2747b17e 100644
|
| --- a/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
|
| +++ b/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
|
| @@ -319,6 +319,7 @@ function testHideKeyboard(testDoneCallback) {
|
| assertTrue(!!hideKey, 'Unable to find key');
|
|
|
| chrome.virtualKeyboardPrivate.hideKeyboard.addExpectation();
|
| + chrome.virtualKeyboardPrivate.lockKeyboard.addExpectation(false);
|
|
|
| hideKey.down();
|
| hideKey.up();
|
|
|