Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / startup_utils.h
index f011117..027bb9c 100644 (file)
@@ -13,7 +13,7 @@ class PrefRegistrySimple;
 
 namespace chromeos {
 
-// Static utitliy methods used in startup time to get/change bits of device
+// Static utility methods used at startup time to get/change bits of device
 // state.
 class StartupUtils {
  public:
@@ -38,6 +38,12 @@ class StartupUtils {
   // Marks device registered. i.e. second part of OOBE is completed.
   static void MarkDeviceRegistered(const base::Closure& done_callback);
 
+  // Returns whether enrollment recovery is required.
+  static bool IsEnrollmentRecoveryRequired();
+
+  // Mark a device as requiring enrollment recovery.
+  static void MarkEnrollmentRecoveryRequired();
+
   // Returns initial locale from local settings.
   static std::string GetInitialLocale();