Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3704)

Unified Diff: chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h

Issue 539483002: Move all typecasting code to individual screens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some more fixes Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h
diff --git a/chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h b/chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h
index a3e604553c935239452f72bba81a6e12030ce5be..1c924dab3b3edae32f6930d6b641923e700dea6d 100644
--- a/chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h
@@ -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();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698