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

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc

Issue 17494004: Update Managed user strings for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/chromeos/login/signin_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index e8cdd2113147f5fbed3ec3515031e419d991ecf8..58b0b84a1280c7d0e4a2669ec8623d409dfa46fa 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -434,8 +434,9 @@ void SigninScreenHandler::DeclareLocalizedValues(
builder->Add("publicAccountEnter", IDS_LOGIN_PUBLIC_ACCOUNT_ENTER);
builder->Add("publicAccountEnterAccessibleName",
IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME);
- builder->Add("removeManagedUserWarningText",
- IDS_USER_IS_LOCALLY_MANAGED_REMOVE_WARNING);
+ builder->AddF("removeManagedUserWarningText",
+ IDS_USER_IS_LOCALLY_MANAGED_REMOVE_WARNING,
+ UTF8ToUTF16(chrome::kSupervisedUserManagementDisplayURL));
builder->Add("removeManagedUserWarningButtonTitle",
IDS_USER_IS_LOCALLY_MANAGED_REMOVE_WARNING_BUTTON);

Powered by Google App Engine
This is Rietveld 408576698