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

Unified Diff: chrome/browser/resources/md_user_manager/create_profile.js

Issue 1920253002: Refactors parse_html_subset() into i18n_behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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.

Powered by Google App Engine
This is Rietveld 408576698