Index: chrome/browser/profiles/profile_window.h |
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h |
index 033357c28a1c774b39b80612d0a05a0143967515..9ef9803962a445de3dc888a4d8e5e0fddae3db49 100644 |
--- a/chrome/browser/profiles/profile_window.h |
+++ b/chrome/browser/profiles/profile_window.h |
@@ -68,6 +68,9 @@ void CloseGuestProfileWindows(); |
// Closes all the browser windows for |profile| and opens the user manager. |
void LockProfile(Profile* profile); |
+// Returns whether lock is available to this profile. |
+bool IsLockAvailable(Profile* profile); |
+ |
// Creates or reuses the guest profile needed by the user manager. Based on |
// the value of |tutorial_mode|, the user manager can show a specific |
// tutorial, or no tutorial at all. If a tutorial is not shown, then |