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 05412649da72a2480b268b0ef6d05bff3bf8d0ec..d945895f52c7b73b43eac664ab3182258917397b 100644 |
--- a/ui/login/account_picker/user_pod_row.js |
+++ b/ui/login/account_picker/user_pod_row.js |
@@ -1455,10 +1455,10 @@ cr.define('login', function() { |
return; |
// Converting profileStats into id attribute by an object. |
var stats_id_map = { |
- 'BrowsingHistory': 'action-box-remove-user-warning-history', |
- 'Passwords': 'action-box-remove-user-warning-passwords', |
- 'Bookmarks': 'action-box-remove-user-warning-bookmarks', |
- 'Settings': 'action-box-remove-user-warning-settings', |
+ 'browsing_history': 'action-box-remove-user-warning-history', |
+ 'passwords': 'action-box-remove-user-warning-passwords', |
+ 'bookmarks': 'action-box-remove-user-warning-bookmarks', |
+ 'settings': 'action-box-remove-user-warning-settings', |
} |
// Load individual statistics |
var num_stats_loaded = 0; |