| Index: chrome/browser/profiles/profiles_state.h
|
| diff --git a/chrome/browser/profiles/profiles_state.h b/chrome/browser/profiles/profiles_state.h
|
| index 6b8f79fecbfd928e1bc2007fb8b7ad131f9fe4b6..4fba88e70236a6db307718f948223864149c8d37 100644
|
| --- a/chrome/browser/profiles/profiles_state.h
|
| +++ b/chrome/browser/profiles/profiles_state.h
|
| @@ -103,6 +103,9 @@ bool GetFastUserSwitchingTutorialDismissedState();
|
| // System Profile directory, which is an invalid last used profile.
|
| void SetLastUsedProfile(const std::string& profile_dir);
|
|
|
| +// Returns true if all non-supervised and non-child profiles are locked.
|
| +bool AreAllProfilesLocked();
|
| +
|
| } // namespace profiles
|
|
|
| #endif // CHROME_BROWSER_PROFILES_PROFILES_STATE_H_
|
|
|