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

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

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (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.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index b4ef98649c7cbaadd9985a684b3fb1fc789edecb..d004ec74a7e66b502e9550b99d3bcb5c32269005 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -100,13 +100,13 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// Callback for the "RequestCreateProfileUpdate" message.
// Sends the email address of the signed-in user, or an empty string if the
- // user is not signed in. Also sends information about whether managed users
- // may be created.
+ // user is not signed in. Also sends information about whether supervised
+ // users may be created.
void RequestCreateProfileUpdate(const base::ListValue* args);
- // When the pref allowing managed-user creation changes, sends the new value
- // to the UI.
- void OnCreateManagedUserPrefChange();
+ // When the pref allowing supervised-user creation changes, sends the new
+ // value to the UI.
+ void OnCreateSupervisedUserPrefChange();
// Callback invoked from the profile manager indicating whether the profile
// being edited has any desktop shortcuts.
@@ -129,7 +129,7 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// URL for the current profile's GAIA picture.
std::string gaia_picture_url_;
- // Used to observe the preference that allows creating managed users, which
+ // Used to observe the preference that allows creating supervised users, which
// can be changed by policy.
PrefChangeRegistrar pref_change_registrar_;
« no previous file with comments | « chrome/browser/ui/webui/options/create_profile_handler.cc ('k') | chrome/browser/ui/webui/options/manage_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698