| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index a1dd521e601596698ad5c060e10b89dc6ce85202..1f5b50190b1670bc15d6bffc382a6123202f8cd8 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -202,8 +202,8 @@ class Profile : public content::BrowserContext {
|
| // profile is not incognito.
|
| virtual Profile* GetOriginalProfile() = 0;
|
|
|
| - // Returns whether the profile is managed (see ManagedUserService).
|
| - virtual bool IsManaged() = 0;
|
| + // Returns whether the profile is supervised (see ManagedUserService).
|
| + virtual bool IsSupervised() = 0;
|
|
|
| // Returns a pointer to the TopSites (thumbnail manager) instance
|
| // for this profile.
|
|
|