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

Unified Diff: chrome/browser/ui/app_list/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 comments; use base::Owned for UrlHashHelper; InteractiveUITetst. 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/profile_store.h
diff --git a/chrome/browser/ui/app_list/profile_store.h b/chrome/browser/ui/app_list/profile_store.h
index f1e3315c4503e43a08e4f39084ac23914788450e..2d6036334d39cdc1b2f702ac873317a93181d0a0 100644
--- a/chrome/browser/ui/app_list/profile_store.h
+++ b/chrome/browser/ui/app_list/profile_store.h
@@ -31,6 +31,9 @@ class ProfileStore {
// Returns true if the profile at |path| is supervised.
virtual bool IsProfileSupervised(const base::FilePath& path) = 0;
+
+ // Returns true if the profile at |path| is locked.
+ virtual bool IsProfileLocked(const base::FilePath& path) = 0;
};
#endif // CHROME_BROWSER_UI_APP_LIST_PROFILE_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698