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

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

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
« no previous file with comments | « chrome/browser/ui/app_list/profile_store.h ('k') | chrome/browser/ui/app_list/test/fake_profile_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 678ee26da98528ab6ac12df3365f56d6edc7ea17..a11a68015a3bbd47d926293f1df82976a3d537be 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.h
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
@@ -26,6 +26,7 @@ class FakeProfileStore : public ProfileStore {
Profile* GetProfileByPath(const base::FilePath& path) override;
base::FilePath GetUserDataDir() override;
bool IsProfileSupervised(const base::FilePath& path) override;
+ bool IsProfileLocked(const base::FilePath& path) override;
private:
base::FilePath user_data_dir_;
« no previous file with comments | « chrome/browser/ui/app_list/profile_store.h ('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