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

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: 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 5f0718ddd53fcdeb016f6d738f74bc82a55f3ce9..5654ba6c6e61aad91814367b8962bb1a6ce6f05e 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -92,6 +92,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