| Index: ui/login/account_picker/md_user_pod_row.js
|
| diff --git a/ui/login/account_picker/md_user_pod_row.js b/ui/login/account_picker/md_user_pod_row.js
|
| index fcca34c298909efde03c1e88345253d349e6250b..0ac5ea25fa1a85bd94214198d475cf7bfdc854c7 100644
|
| --- a/ui/login/account_picker/md_user_pod_row.js
|
| +++ b/ui/login/account_picker/md_user_pod_row.js
|
| @@ -3169,7 +3169,7 @@ cr.define('login', function() {
|
| this.smallPodsContainer.classList.remove('images-loading');
|
| this.topMask.classList.remove('images-loading');
|
| this.bottomMask.classList.remove('images-loading');
|
| - }, POD_ROW_IMAGES_LOAD_TIMEOUT_MS);
|
| + }.bind(this), POD_ROW_IMAGES_LOAD_TIMEOUT_MS);
|
|
|
| var isAccountPicker = $('login-header-bar').signinUIState ==
|
| SIGNIN_UI_STATE.ACCOUNT_PICKER;
|
|
|