| 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 977acd020c0936d549cfb3844dc3c715c1fc198c..a5f012fe9c81f94c57ed3258f2303cf2d74feb35 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_account_picker.js
|
| +++ b/chrome/browser/resources/chromeos/login/screen_account_picker.js
|
| @@ -83,11 +83,11 @@ cr.define('login', function() {
|
|
|
| /**
|
| * Updates current image of a user.
|
| - * @param {string} email Email of the user for which to update the image.
|
| + * @param {string} username User for which to update the image.
|
| * @public
|
| */
|
| - AccountPickerScreen.updateUserImage = function(email) {
|
| - $('pod-row').updateUserImage(email);
|
| + AccountPickerScreen.updateUserImage = function(username) {
|
| + $('pod-row').updateUserImage(username);
|
| };
|
|
|
| /**
|
|
|