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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.cc

Issue 445003002: Supervised users: UI updates for new-profile-management launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 4 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/options/manage_profile_browsertest.js ('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/options/manage_profile_handler.cc
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
index 615853cfcf43dc85ef64544e77154b82d430bf00..b6ecb37ee0cc25230ef610a771063ab3e7baca64 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
@@ -89,14 +89,12 @@ void ManageProfileHandler::GetLocalizedValues(
IDS_PROFILES_CREATE_EXISTING_SUPERVISED_USER_ERROR },
{ "manageProfilesSupervisedSignedInLabel",
IDS_PROFILES_CREATE_SUPERVISED_SIGNED_IN_LABEL },
- { "manageProfilesSupervisedNotSignedInLabel",
- IDS_PROFILES_CREATE_SUPERVISED_NOT_SIGNED_IN_LABEL },
+ { "manageProfilesSupervisedNotSignedIn",
+ IDS_PROFILES_CREATE_SUPERVISED_NOT_SIGNED_IN_HTML },
{ "manageProfilesSupervisedAccountDetailsOutOfDate",
IDS_PROFILES_CREATE_SUPERVISED_ACCOUNT_DETAILS_OUT_OF_DATE_LABEL },
{ "manageProfilesSupervisedSignInAgainLink",
IDS_PROFILES_CREATE_SUPERVISED_SIGN_IN_AGAIN_LINK },
- { "manageProfilesSupervisedNotSignedInLink",
- IDS_PROFILES_CREATE_SUPERVISED_NOT_SIGNED_IN_LINK },
{ "deleteProfileTitle", IDS_PROFILES_DELETE_TITLE },
{ "deleteProfileOK", IDS_PROFILES_DELETE_OK_BUTTON_LABEL },
{ "deleteProfileMessage", IDS_PROFILES_DELETE_MESSAGE },
@@ -114,8 +112,6 @@ void ManageProfileHandler::GetLocalizedValues(
{ "removeProfileShortcutButton", IDS_PROFILES_REMOVE_SHORTCUT_BUTTON },
{ "importExistingSupervisedUserLink",
IDS_PROFILES_IMPORT_EXISTING_SUPERVISED_USER_LINK },
- { "signInToImportSupervisedUsers",
- IDS_PROFILES_IMPORT_SUPERVISED_USER_NOT_SIGNED_IN },
};
RegisterStrings(localized_strings, resources, arraysize(resources));
« no previous file with comments | « chrome/browser/ui/webui/options/manage_profile_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698