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

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

Issue 1725563003: MD user manager (learn more page, user manager tutorial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed what was breaking browser test accross all platforms Created 4 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/signin/md_user_manager_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 531399c091f6f6b10b120b8d4635282db11417a7..7b16a839627e2b56fbe0873c4e0ebc316f7656e6 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
@@ -84,7 +84,9 @@ void SigninCreateProfileHandler::GetLocalizedValues(
localized_strings->SetString(
"supervisedUserLearnMoreText",
l10n_util::GetStringFUTF16(
- IDS_LEGACY_SUPERVISED_USER_LEARN_MORE_TEXT,
+ IDS_SUPERVISED_USER_LEARN_MORE_TEXT,
+ base::ASCIIToUTF16(
+ chrome::kLegacySupervisedUserManagementURL),
base::ASCIIToUTF16(
chrome::kLegacySupervisedUserManagementDisplayURL)));
}
« no previous file with comments | « chrome/browser/ui/webui/signin/md_user_manager_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698