X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchromeos%2Flogin%2Flogin_state.h;h=246bab9fe38a6defa98898ddcc9b2dffd15cb810;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=73a83dd5850d815535f20434636d9c24cf0f06c3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chromeos/login/login_state.h b/src/chromeos/login/login_state.h index 73a83dd..246bab9 100644 --- a/src/chromeos/login/login_state.h +++ b/src/chromeos/login/login_state.h @@ -67,6 +67,12 @@ class CHROMEOS_EXPORT LoginState { // Returns true if logged in and is a guest, retail, or public user. bool IsGuestUser() const; + // Returns true if logged in as a kiosk app. + bool IsKioskApp() const; + + // Whether a network profile is created for the user. + bool UserHasNetworkProfile() const; + // Returns true if the user is an authenticated user (i.e. non public account) bool IsUserAuthenticated() const;