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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile_store.cc

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.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.cc b/chrome/browser/ui/app_list/test/fake_profile_store.cc
index 85e46e189f822d795c56b916556a3043572dbcaa..9fc639c60139838f9335a29a590fd2c2dcfecd4d 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.cc
@@ -59,6 +59,6 @@ base::FilePath FakeProfileStore::GetUserDataDir() {
return user_data_dir_;
}
-bool FakeProfileStore::IsProfileManaged(const base::FilePath& path) {
+bool FakeProfileStore::IsProfileSupervised(const base::FilePath& path) {
return false;
}
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile_store.h ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698