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

Unified Diff: chrome/browser/resources/settings/people_page/user_list.html

Issue 2810443002: MD Settings: People: Fix issues with user icons (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/user_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/user_list.html
diff --git a/chrome/browser/resources/settings/people_page/user_list.html b/chrome/browser/resources/settings/people_page/user_list.html
index 1b58e3f2dc906afbbfedf6e571d920cfb2acaf88..1030ba85c08343131be355bfff8b803720c294fc 100644
--- a/chrome/browser/resources/settings/people_page/user_list.html
+++ b/chrome/browser/resources/settings/people_page/user_list.html
@@ -36,7 +36,7 @@
<div class="user-list">
<template is="dom-repeat" items="[[users_]]">
<div class="user layout horizontal center two-line">
- <img class="user-icon" src="[[getProfilePictureUrl_(item.name)]]">
+ <img class="user-icon" src="[[getProfilePictureUrl_(item)]]">
<div class="flex user-info">
<div>[[getUserName_(item)]]</div>
<div class="secondary">[[item.email]]</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/user_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698