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

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

Issue 11028106: Merge 159996 - Fix bug with login-prompt-visible not being sent in some rare cases. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 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
===================================================================
--- chrome/browser/resources/chromeos/login/screen_account_picker.js (revision 160993)
+++ chrome/browser/resources/chromeos/login/screen_account_picker.js (working copy)
@@ -100,7 +100,7 @@
// $('pod-row').startInitAnimation();
chrome.send('accountPickerReady');
- chrome.send('loginVisible');
+ chrome.send('loginVisible', ['pod-row']);
},
/**

Powered by Google App Engine
This is Rietveld 408576698