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

Unified Diff: ui/login/account_picker/md_user_pod_row.js

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: Change 'Browsing History' to 'Browsing history' Created 3 years, 6 months 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: 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 e63775456ee15b536c54438c71deea3cf07eb3f4..7199cd560ae4f5aa40b0a3dd22ebe0336d968249 100644
--- a/ui/login/account_picker/md_user_pod_row.js
+++ b/ui/login/account_picker/md_user_pod_row.js
@@ -1138,8 +1138,8 @@ cr.define('login', function() {
this.querySelector('.action-box-remove-user-warning-passwords'),
'Bookmarks':
this.querySelector('.action-box-remove-user-warning-bookmarks'),
- 'Settings':
- this.querySelector('.action-box-remove-user-warning-settings')
+ 'Autofill':
+ this.querySelector('.action-box-remove-user-warning-autofill')
}
},

Powered by Google App Engine
This is Rietveld 408576698