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

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

Issue 2566443005: cros: Replace WizardController string constants with OobeScreen values. (Closed)
Patch Set: Address comments Created 3 years, 11 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/login_browsertest.cc ('k') | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_wizard.h
diff --git a/chrome/browser/chromeos/login/login_wizard.h b/chrome/browser/chromeos/login/login_wizard.h
index db00d86aff310f17e0dd748d4220940421274bfc..c439078be765d1608d98d22497230df2dca8a43d 100644
--- a/chrome/browser/chromeos/login/login_wizard.h
+++ b/chrome/browser/chromeos/login/login_wizard.h
@@ -7,10 +7,12 @@
#include <string>
+#include "chrome/browser/chromeos/login/oobe_screen.h"
+
namespace chromeos {
// Shows the Chrome OS out-of-box / login UI.
-void ShowLoginWizard(const std::string& start_screen);
+void ShowLoginWizard(OobeScreen start_screen);
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/login_browsertest.cc ('k') | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698