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 746a83a355357fbecd6be114eb4a9e23f77dbe1f..df0e183d209a721ce56e69e25c82b28e38c0198f 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -157,8 +157,6 @@ class WizardController : public ScreenObserver { |
static const char kLoginScreenName[]; |
static const char kUpdateScreenName[]; |
static const char kUserImageScreenName[]; |
- // Not a real screen, just a placeholder for OOBE final stage. |
- static const char kRegistrationScreenName[]; |
static const char kOutOfBoxScreenName[]; |
static const char kTestNoScreenName[]; |
static const char kEulaScreenName[]; |
@@ -197,8 +195,6 @@ class WizardController : public ScreenObserver { |
void OnUpdateErrorUpdating(); |
void OnUserImageSelected(); |
void OnUserImageSkipped(); |
- void OnRegistrationSuccess(); |
- void OnRegistrationSkipped(); |
void OnEnterpriseEnrollmentDone(); |
void OnEnterpriseAutoEnrollmentDone(); |
void OnResetCanceled(); |