| Index: chrome/browser/ui/app_list/profile_store.h
|
| diff --git a/chrome/browser/ui/app_list/profile_store.h b/chrome/browser/ui/app_list/profile_store.h
|
| index 92d61ac878f98aa4886e357f9c676a10d0ed0527..f1e3315c4503e43a08e4f39084ac23914788450e 100644
|
| --- a/chrome/browser/ui/app_list/profile_store.h
|
| +++ b/chrome/browser/ui/app_list/profile_store.h
|
| @@ -29,8 +29,8 @@ class ProfileStore {
|
| // Chrome.
|
| virtual base::FilePath GetUserDataDir() = 0;
|
|
|
| - // Returns true if the profile at |path| is managed.
|
| - virtual bool IsProfileManaged(const base::FilePath& path) = 0;
|
| + // Returns true if the profile at |path| is supervised.
|
| + virtual bool IsProfileSupervised(const base::FilePath& path) = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_APP_LIST_PROFILE_STORE_H_
|
|
|