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

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

Issue 10889024: [cros] Initialize OOBE in parallel when boot animation is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Subscription fixes Created 8 years, 4 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/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 495c1b7758874b7d6499e7d3cd665f8221c00bca..7ac6692a2339ac96e0f2388930fa7accec25c589 100644
--- a/chrome/browser/resources/chromeos/login/screen_account_picker.js
+++ b/chrome/browser/resources/chromeos/login/screen_account_picker.js
@@ -99,9 +99,8 @@ cr.define('login', function() {
// 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');
+ chrome.send('loginVisible');
},
/**

Powered by Google App Engine
This is Rietveld 408576698