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

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

Issue 10207030: Asynchronously load wallpapers when user pod is selected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/user_pod_row.js
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.js b/chrome/browser/resources/chromeos/login/user_pod_row.js
index 149b3175eb580fab6afd6c04f64a8ce12a7dd471..f2dfe93cb476cd60d82f0e5266b75e5a62a774c8 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.js
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.js
@@ -647,6 +647,7 @@ cr.define('login', function() {
podToFocus.classList.add('focused');
podToFocus.reset(true); // Reset and give focus.
this.scrollPodIntoView(podToFocus);
+ chrome.send('userSelected', [podToFocus.user.username]);
Nikita (slow) 2012/04/25 16:47:48 See http://crosbug.com/1124339 it mentions one spe
bshe 2012/04/25 23:54:43 Done. I cleared the previous timeout and setup a n
Nikita (slow) 2012/04/26 17:22:03 I still think that we should have some timeout and
bshe 2012/04/26 20:25:21 Make sense. I will keep it this way and using 800
}
},

Powered by Google App Engine
This is Rietveld 408576698