| Index: ui/login/account_picker/user_pod_row.js
|
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
|
| index 65d49d36854db920b5172d773a6c81aedd8ef336..cfb6e24c28914dcef2128b32c755cc1605219014 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1776,14 +1776,12 @@ cr.define('login', function() {
|
| }
|
|
|
| // this.classList is used for selecting the appropriate dialog.
|
| - if (total_count)
|
| - this.classList.remove('has-no-stats');
|
| + this.classList.remove('has-no-stats');
|
|
|
| var is_synced_user = this.user.emailAddress !== "";
|
| // Write total number if all statistics are loaded.
|
| if (num_stats_loaded === Object.keys(stats_elements).length) {
|
| if (!total_count) {
|
| - this.classList.add('has-no-stats');
|
| var message = loadTimeData.getString(
|
| is_synced_user ? 'removeUserWarningTextSyncNoStats' :
|
| 'removeUserWarningTextNonSyncNoStats');
|
|
|