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

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

Issue 1939933002: MD User Manager: Supervised user checkbox is always displaying (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-stylesheets
Patch Set: rebase 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/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 a9a6524eb4a2b88763c1f0508e5058b2c4615a2e..a3fa2eef3402e2882605febf1258dcff879cfdba 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -64,6 +64,10 @@ void SigninCreateProfileHandler::GetLocalizedValues(
"manageProfilesSupervisedSignedInLabel",
l10n_util::GetStringUTF16(
IDS_PROFILES_CREATE_SUPERVISED_MULTI_SIGNED_IN_LABEL));
+ localized_strings->SetString(
+ "noSignedInUserMessage",
+ l10n_util::GetStringUTF16(
+ IDS_PROFILES_CREATE_SUPERVISED_NO_SIGNED_IN_USER_TEXT));
localized_strings->SetString("createProfileConfirm",
l10n_util::GetStringUTF16(IDS_SAVE));
localized_strings->SetString("learnMore",

Powered by Google App Engine
This is Rietveld 408576698