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

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

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Addressed comments + 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 d2021434be208d8c0a33eb883e633a43c7803b78..756f5ce95bd84165c97921fcea2eb7feff344a8f 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -91,6 +91,10 @@ void SigninCreateProfileHandler::GetLocalizedValues(
base::ASCIIToUTF16(
chrome::kLegacySupervisedUserManagementDisplayURL)));
localized_strings->SetString(
+ "importExistingSupervisedUserLink",
+ l10n_util::GetStringUTF16(
+ IDS_IMPORT_EXISTING_LEGACY_SUPERVISED_USER_TITLE));
+ localized_strings->SetString(
"manageProfilesExistingSupervisedUser",
l10n_util::GetStringUTF16(
IDS_PROFILES_CREATE_LEGACY_SUPERVISED_USER_ERROR_EXISTS_REMOTELY));

Powered by Google App Engine
This is Rietveld 408576698