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

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

Issue 856733004: Loading the Launcher with a Locked Profile launched UserManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tapted@: test fixes and remove a const-ref. Created 5 years, 11 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 9fc639c60139838f9335a29a590fd2c2dcfecd4d..641940f32be5e33d3d8ed35d48c25f1bcf333538 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.cc
@@ -62,3 +62,7 @@ base::FilePath FakeProfileStore::GetUserDataDir() {
bool FakeProfileStore::IsProfileSupervised(const base::FilePath& path) {
return false;
}
+
+bool FakeProfileStore::IsProfileLocked(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/app_list/app_list_service_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698