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

Unified Diff: chrome/browser/ui/webui/signin/signin_create_profile_handler.cc

Issue 1722843002: MD user manager (html/js/css for create profile flow) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/ui/webui/signin/signin_create_profile_handler.cc
diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
index 1eb0a2985d6d2576af5c6e0c0d8907e5c4db3e7a..f83a7feedd180a5c4ddc4705de221a61daad17c6 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -57,6 +57,10 @@ SigninCreateProfileHandler::~SigninCreateProfileHandler() {
void SigninCreateProfileHandler::GetLocalizedValues(
base::DictionaryValue* localized_strings) {
localized_strings->SetString(
+ "manageProfilesSupervisedSignedInLabel",
+ l10n_util::GetStringUTF16(
+ IDS_PROFILES_CREATE_SUPERVISED_MULTI_SIGNED_IN_LABEL));
+ localized_strings->SetString(
"manageProfilesSupervisedNotSignedIn",
l10n_util::GetStringUTF16(
IDS_PROFILES_CREATE_SUPERVISED_NOT_SIGNED_IN_HTML));

Powered by Google App Engine
This is Rietveld 408576698