Chromium Code Reviews| 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', []); |
|
Nikita (slow)
2011/11/08 09:13:53
As we figured out animation is currently turned of
altimofeev
2011/11/08 11:40:20
Done.
|
| } |
| }, |