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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 1390003: add keyboard acclerators to login wizard... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix compile errors Created 10 years, 9 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
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_;
« no previous file with comments | « chrome/browser/chromeos/login/login_manager_view.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698