Index: chrome/browser/chromeos/login/wizard_controller.h |
=================================================================== |
--- chrome/browser/chromeos/login/wizard_controller.h (revision 42821) |
+++ chrome/browser/chromeos/login/wizard_controller.h (working copy) |
@@ -71,6 +71,8 @@ |
chromeos::AccountScreen* GetAccountScreen(); |
UpdateScreen* GetUpdateScreen(); |
+ void ShowFirstScreen(const std::string& first_screen_name); |
+ |
// Returns a pointer to the current screen or NULL if there's no such |
// screen. |
WizardScreen* current_screen() const { return current_screen_; } |
@@ -107,8 +109,6 @@ |
// Switches from one screen to another. |
void SetCurrentScreen(WizardScreen* screen); |
- void ShowFirstScreen(const std::string& first_screen_name); |
- |
// Widget we're showing in. |
views::Widget* widget_; |