| Index: chrome/browser/resources/options/manage_profile_overlay.js
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
|
| index f9cf0767e7fc9683ece7d15ab6aca26ce0d5927c..588ccccece8e7e4a3fa6f6c307c4498e0841c9ce 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -403,6 +403,8 @@ cr.define('options', function() {
|
|
|
| chrome.send('setProfileIconAndName',
|
| [this.profileInfo_.filePath, iconURL, name]);
|
| + if (name != this.profileInfo_.name)
|
| + options.ManagedUserListData.reloadExistingManagedUsers();
|
| },
|
|
|
| /**
|
|
|