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

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

Issue 8372093: [cros,login] Pre-load login extension in the background. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: nit Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_account_picker.js
diff --git a/chrome/browser/resources/chromeos/login/screen_account_picker.js b/chrome/browser/resources/chromeos/login/screen_account_picker.js
index 1a561d53ac96fedc223aafb3079a0bdfd7977bf8..bd12847bab2e33a14321423ca2da7c8c6351d716 100644
--- a/chrome/browser/resources/chromeos/login/screen_account_picker.js
+++ b/chrome/browser/resources/chromeos/login/screen_account_picker.js
@@ -42,7 +42,13 @@ cr.define('login', function() {
$('pod-row').handleShow();
if (this.firstShown_) {
this.firstShown_ = false;
- $('pod-row').startInitAnimation();
+ // TODO(nkostylev): Enable animation back when session start jank
+ // is reduced. See http://crosbug.com/11116 http://crosbug.com/18307
+ // $('pod-row').startInitAnimation();
+
+ // TODO(altimofeev): Call it after animation has stoped when animation
+ // is enabled.
+ chrome.send('accountPickerReady', []);
}
},
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698