Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chromeos / login / login_state.h
index 73a83dd..246bab9 100644 (file)
@@ -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;