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

Unified Diff: chrome/browser/resources/chromeos/login/login_common.js

Issue 1205063002: Fix user pod not always scroll to the center after VK shows up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 6 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
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

Powered by Google App Engine
This is Rietveld 408576698