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

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

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/wizard_controller.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wizard_controller.cc
===================================================================
--- chrome/browser/chromeos/login/wizard_controller.cc (revision 42738)
+++ chrome/browser/chromeos/login/wizard_controller.cc (working copy)
@@ -36,14 +36,6 @@
const int kWizardScreenWidth = 700;
const int kWizardScreenHeight = 416;
-const char kNetworkScreenName[] = "network";
-const char kLoginScreenName[] = "login";
-const char kAccountScreenName[] = "account";
-const char kUpdateScreenName[] = "update";
-
-// Passing this parameter as a "first screen" initiates full OOBE flow.
-const char kOutOfBoxScreenName[] = "oobe";
-
// RootView of the Widget WizardController creates. Contains the contents of the
// WizardController.
class ContentView : public views::View {
@@ -106,6 +98,14 @@
} // namespace
+const char WizardController::kNetworkScreenName[] = "network";
+const char WizardController::kLoginScreenName[] = "login";
+const char WizardController::kAccountScreenName[] = "account";
+const char WizardController::kUpdateScreenName[] = "update";
+
+// Passing this parameter as a "first screen" initiates full OOBE flow.
+const char WizardController::kOutOfBoxScreenName[] = "oobe";
+
// Initialize default controller.
// static
WizardController* WizardController::default_controller_ = NULL;
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698