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

Unified Diff: chrome/browser/themes/theme_service.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
« no previous file with comments | « chrome/browser/themes/theme_properties.h ('k') | chrome/browser/themes/theme_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service.h
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
index a47a29b0fbbdb920a180c99957daeb0cf8862b22..b89a7ae4c86d2ce89e8462f5534be18e89c7e752 100644
--- a/chrome/browser/themes/theme_service.h
+++ b/chrome/browser/themes/theme_service.h
@@ -204,15 +204,12 @@ class ThemeService : public base::NonThreadSafe,
// case we don't have a theme pack).
void BuildFromExtension(const extensions::Extension* extension);
- // Returns true if the profile belongs to a managed user.
- bool IsManagedUser() const;
+ // Returns true if the profile belongs to a supervised user.
+ bool IsSupervisedUser() const;
- // Sets the current theme to the managed user theme. Should only be used for
- // managed user profiles.
- void SetManagedUserTheme();
-
- // Sets the managed user theme if the user has no custom theme yet.
- void OnManagedUserInitialized();
+ // Sets the current theme to the supervised user theme. Should only be used
+ // for supervised user profiles.
+ void SetSupervisedUserTheme();
#if defined(OS_MACOSX)
// |nsimage_cache_| retains the images it has cached.
« no previous file with comments | « chrome/browser/themes/theme_properties.h ('k') | chrome/browser/themes/theme_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698