| 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..93b4e9480782877b5e7ab7738b69a536180f42bf 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_account_picker.js
|
| +++ b/chrome/browser/resources/chromeos/login/screen_account_picker.js
|
| @@ -43,6 +43,8 @@ cr.define('login', function() {
|
| if (this.firstShown_) {
|
| this.firstShown_ = false;
|
| $('pod-row').startInitAnimation();
|
| + // TODO(altimofeev): call it after animation stops.
|
| + chrome.send('accountPickerReady', []);
|
| }
|
| },
|
|
|
|
|