X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fprofiles%2Fprofile_window.h;h=ec7fdfde118d9771e00c9da4b7a1b813cde829ee;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=f86c1f5d98e7c58d3f5cbb31127dd906e733165d;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/profiles/profile_window.h b/src/chrome/browser/profiles/profile_window.h index f86c1f5..ec7fdfd 100644 --- a/src/chrome/browser/profiles/profile_window.h +++ b/src/chrome/browser/profiles/profile_window.h @@ -30,11 +30,15 @@ enum UserManagerProfileSelected { USER_MANAGER_SELECT_PROFILE_NO_ACTION, USER_MANAGER_SELECT_PROFILE_TASK_MANAGER, USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME, + USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS, + USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY, }; extern const char kUserManagerDisplayTutorial[]; extern const char kUserManagerSelectProfileTaskManager[]; extern const char kUserManagerSelectProfileAboutChrome[]; +extern const char kUserManagerSelectProfileChromeSettings[]; +extern const char kUserManagerSelectProfileChromeMemory[]; // Activates a window for |profile| on the desktop specified by // |desktop_type|. If no such window yet exists, or if |always_create| is @@ -77,6 +81,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