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

Unified Diff: chrome/browser/ui/app_list/test/fake_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/test/fake_profile_store.h
diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.h b/chrome/browser/ui/app_list/test/fake_profile_store.h
index b1dc8634c31befbd516cf9e2b3ffcc1f5a4fa304..68622dce3b1339dea11e22c1b94c9c32d75c039b 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.h
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
@@ -26,7 +26,7 @@ class FakeProfileStore : public ProfileStore {
base::Callback<void(Profile*)> callback) OVERRIDE;
virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
virtual base::FilePath GetUserDataDir() OVERRIDE;
- virtual bool IsProfileManaged(const base::FilePath& path) OVERRIDE;
+ virtual bool IsProfileSupervised(const base::FilePath& path) OVERRIDE;
private:
base::FilePath user_data_dir_;
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.cc ('k') | chrome/browser/ui/app_list/test/fake_profile_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698