| Index: chrome/browser/resources/md_user_manager/create_profile.js
|
| diff --git a/chrome/browser/resources/md_user_manager/create_profile.js b/chrome/browser/resources/md_user_manager/create_profile.js
|
| index 63cfa78c672462a98f915630b6d70932dd14f853..a5009bee4bd081d0c6cef9e83d03a17ab822111d 100644
|
| --- a/chrome/browser/resources/md_user_manager/create_profile.js
|
| +++ b/chrome/browser/resources/md_user_manager/create_profile.js
|
| @@ -274,7 +274,7 @@ Polymer({
|
| this.handleMessage_(allOnCurrentDevice ?
|
| this.i18n('managedProfilesExistingLocalSupervisedUser') :
|
| this.i18n('manageProfilesExistingSupervisedUser',
|
| - HTMLEscape(elide(this.profileName_, /* maxLength */ 50))));
|
| + [HTMLEscape(elide(this.profileName_, /* maxLength */ 50))]));
|
| return;
|
| }
|
| // No existing supervised user's name matches the entered profile name.
|
|
|