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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.js

Issue 8541002: [cros] Initial user image loading and repeated profile image loading fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace Created 9 years, 1 month 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/options/chromeos/change_picture_options.js
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.js b/chrome/browser/resources/options/chromeos/change_picture_options.js
index ad62d58c68c08a9560905821c4fa6eea3cd3e3cc..f2169777c8fefa5a6a69dcf61ed1532f2242e9de 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.js
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.js
@@ -70,7 +70,7 @@ cr.define('options', function() {
*/
didShowPage: function() {
$('images-grid').updateAndFocus();
- chrome.send('getSelectedImage');
+ chrome.send('onPageShown');
},
/**

Powered by Google App Engine
This is Rietveld 408576698