| 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', []);
|
| }
|
| },
|
|
|
|
|