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

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

Issue 1256004: In process browser test for login screen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/browser/chromeos/login/utils.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wizard_controller.h
===================================================================
--- chrome/browser/chromeos/login/wizard_controller.h (revision 42738)
+++ chrome/browser/chromeos/login/wizard_controller.h (working copy)
@@ -75,6 +75,12 @@
// screen.
WizardScreen* current_screen() const { return current_screen_; }
+ static const char kNetworkScreenName[];
+ static const char kLoginScreenName[];
+ static const char kAccountScreenName[];
+ static const char kUpdateScreenName[];
+ static const char kOutOfBoxScreenName[];
+
private:
// Exit handlers:
void OnLoginSignInSelected();
« no previous file with comments | « chrome/browser/chromeos/login/utils.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698