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

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: new approach and clean up 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..9cb2bb722aa0e19b98fb0501cbcbd604a6cdee9f 100644
--- a/chrome/browser/resources/chromeos/login/login_common.js
+++ b/chrome/browser/resources/chromeos/login/login_common.js
@@ -356,8 +356,6 @@ cr.define('cr.ui', function() {
* Sets the current state of the virtual keyboard (shown/hidden, size).
*/
Oobe.setKeyboardState = function(shown, width, height) {
flackr 2015/06/25 18:01:37 Remove the function altogether.
bshe 2015/06/25 21:15:07 Done.
- Oobe.getInstance().virtualKeyboardShown = shown;
- Oobe.getInstance().setVirtualKeyboardSize(width, height);
};
/**

Powered by Google App Engine
This is Rietveld 408576698