Index: chrome/browser/profiles/profile_window.h |
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h |
index f67414400d0f2f22013c26fb94dbf8fed3f8e171..1339d9497000e90de51ad6e35c018840758964fa 100644 |
--- a/chrome/browser/profiles/profile_window.h |
+++ b/chrome/browser/profiles/profile_window.h |
@@ -54,6 +54,9 @@ void CreateAndSwitchToNewProfile(chrome::HostDesktopType desktop_type, |
// Closes all browser windows that belong to the guest profile. |
void CloseGuestProfileWindows(); |
+// Closes all the browser windows for |profile| and opens the user manager. |
+void LockProfile(Profile* profile); |
+ |
} // namespace profiles |
#endif // CHROME_BROWSER_PROFILES_PROFILE_WINDOW_H_ |