| Index: chrome/browser/resources/options/profiles_icon_grid.js
|
| diff --git a/chrome/browser/resources/options/profiles_icon_grid.js b/chrome/browser/resources/options/profiles_icon_grid.js
|
| index e3c33a4483b79986b7f8a59d193a87b56febcce7..a35b23fe4365b22c37fa1e28095c1975e46f91f7 100644
|
| --- a/chrome/browser/resources/options/profiles_icon_grid.js
|
| +++ b/chrome/browser/resources/options/profiles_icon_grid.js
|
| @@ -37,7 +37,7 @@ cr.define('options', function() {
|
| ListItem.prototype.decorate.call(this);
|
| var imageEl = cr.doc.createElement('img');
|
| imageEl.className = 'profile-icon';
|
| - imageEl.src = this.iconURL_;
|
| + imageEl.style.content = imageset(this.iconURL_ + '@scalefactorx');
|
| this.appendChild(imageEl);
|
|
|
| this.className = 'profile-icon-grid-item';
|
|
|