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

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

Issue 350183002: Rename "managed (mode|user)" to "supervised user" (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/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 a86cc6834e1369aa4e05381df322b87ce2a6f4c2..33c95a94c196576676bc64e82f25fefe075bb496 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
@@ -86,21 +86,21 @@ void ManageProfileHandler::GetLocalizedValues(
IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR },
{ "manageProfilesIconLabel", IDS_PROFILES_MANAGE_ICON_LABEL },
{ "manageProfilesExistingSupervisedUser",
- IDS_PROFILES_CREATE_EXISTING_MANAGED_USER_ERROR },
+ IDS_PROFILES_CREATE_EXISTING_SUPERVISED_USER_ERROR },
{ "manageProfilesManagedSignedInLabel",
- IDS_PROFILES_CREATE_MANAGED_SIGNED_IN_LABEL },
+ IDS_PROFILES_CREATE_SUPERVISED_SIGNED_IN_LABEL },
{ "manageProfilesManagedNotSignedInLabel",
- IDS_PROFILES_CREATE_MANAGED_NOT_SIGNED_IN_LABEL },
+ IDS_PROFILES_CREATE_SUPERVISED_NOT_SIGNED_IN_LABEL },
{ "manageProfilesManagedAccountDetailsOutOfDate",
- IDS_PROFILES_CREATE_MANAGED_ACCOUNT_DETAILS_OUT_OF_DATE_LABEL },
+ IDS_PROFILES_CREATE_SUPERVISED_ACCOUNT_DETAILS_OUT_OF_DATE_LABEL },
{ "manageProfilesManagedSignInAgainLink",
- IDS_PROFILES_CREATE_MANAGED_ACCOUNT_SIGN_IN_AGAIN_LINK },
+ IDS_PROFILES_CREATE_SUPERVISED_SIGN_IN_AGAIN_LINK },
{ "manageProfilesManagedNotSignedInLink",
- IDS_PROFILES_CREATE_MANAGED_NOT_SIGNED_IN_LINK },
+ 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 },
- { "deleteManagedProfileAddendum", IDS_PROFILES_DELETE_MANAGED_ADDENDUM },
+ { "deleteManagedProfileAddendum", IDS_PROFILES_DELETE_SUPERVISED_ADDENDUM },
{ "disconnectManagedProfileTitle",
IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TITLE },
{ "disconnectManagedProfileOK",
@@ -112,9 +112,9 @@ void ManageProfileHandler::GetLocalizedValues(
{ "createProfileShortcutButton", IDS_PROFILES_CREATE_SHORTCUT_BUTTON },
{ "removeProfileShortcutButton", IDS_PROFILES_REMOVE_SHORTCUT_BUTTON },
{ "importExistingManagedUserLink",
- IDS_PROFILES_IMPORT_EXISTING_MANAGED_USER_LINK },
+ IDS_PROFILES_IMPORT_EXISTING_SUPERVISED_USER_LINK },
{ "signInToImportManagedUsers",
- IDS_PROFILES_IMPORT_MANAGED_USER_NOT_SIGNED_IN },
+ IDS_PROFILES_IMPORT_SUPERVISED_USER_NOT_SIGNED_IN },
};
RegisterStrings(localized_strings, resources, arraysize(resources));

Powered by Google App Engine
This is Rietveld 408576698