| Index: chrome/browser/chromeos/login/wizard_controller.h
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
|
| index 5e4d3cbe468fed449eb6fb013c0cf6724e985833..d92d2e44104b98f8424b7584d75cdca05f3c7015 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -127,6 +127,8 @@ class WizardController : public ScreenObserver, public ScreenManager {
|
| // reworked at hackaton.
|
| void EnableUserImageScreenReturnToPreviousHack();
|
|
|
| + // Callback for enrollment auth token.
|
| + void OnEnrollmentAuthTokenReceived(const std::string& auth_token);
|
|
|
| // Returns a pointer to the current screen or NULL if there's no such
|
| // screen.
|
| @@ -297,9 +299,6 @@ class WizardController : public ScreenObserver, public ScreenManager {
|
| // Returns false if timezone has already been resolved.
|
| bool SetOnTimeZoneResolvedForTesting(const base::Closure& callback);
|
|
|
| - // Callback for enrollment auth token.
|
| - void OnEnrollmentAuthTokenReceived(const std::string& auth_token);
|
| -
|
| // Whether to skip any screens that may normally be shown after login
|
| // (registration, Terms of Service, user image selection).
|
| static bool skip_post_login_screens_;
|
|
|