| Index: chrome/browser/resources/chromeos/login/login_common.js
|
| diff --git a/chrome/browser/resources/chromeos/login/login_common.js b/chrome/browser/resources/chromeos/login/login_common.js
|
| index a28f7ac1f6a207738883d7007abf6dd8876f603e..58e53e1a33ecc64f0f2f66c012dbcf8506942328 100644
|
| --- a/chrome/browser/resources/chromeos/login/login_common.js
|
| +++ b/chrome/browser/resources/chromeos/login/login_common.js
|
| @@ -353,14 +353,6 @@ cr.define('cr.ui', function() {
|
| };
|
|
|
| /**
|
| - * Sets the current state of the virtual keyboard (shown/hidden, size).
|
| - */
|
| - Oobe.setKeyboardState = function(shown, width, height) {
|
| - Oobe.getInstance().virtualKeyboardShown = shown;
|
| - Oobe.getInstance().setVirtualKeyboardSize(width, height);
|
| - };
|
| -
|
| - /**
|
| * Sets the current size of the client area (display size).
|
| * @param {number} width client area width
|
| * @param {number} height client area height
|
|
|