Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / enrollment / auto_enrollment_check_screen.h
index a3e6045..1c924da 100644 (file)
@@ -15,6 +15,7 @@
 
 namespace chromeos {
 
+class ScreenManager;
 class ScreenObserver;
 
 // Handles the control flow after OOBE auto-update completes to wait for the
@@ -32,6 +33,8 @@ class AutoEnrollmentCheckScreen
       AutoEnrollmentCheckScreenActor* actor);
   virtual ~AutoEnrollmentCheckScreen();
 
+  static AutoEnrollmentCheckScreen* Get(ScreenManager* manager);
+
   // Hands over OOBE control to this AutoEnrollmentCheckStep. It'll return the
   // flow back to the caller via the |screen_observer_|'s OnExit function.
   void Start();