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

Unified Diff: chrome/browser/ui/app_list/profile_store.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/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_
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | chrome/browser/ui/app_list/test/fake_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698