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

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

Issue 83293004: kiosk: Show enrollment screen first if needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix LOG(INFO) Created 7 years 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
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 6d8eb7c6364173efb94fa713190918c7b65f45c3..3226f22b163c276729d4f9403aebc62a86ee7da6 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -83,6 +83,9 @@ class WizardController : public ScreenObserver {
// Terms of Service, user image selection).
static void SkipPostLoginScreensForTesting();
+ // Checks whether OOBE should start enrollment automatically.
+ static bool ShouldAutoStartEnrollment();
+
// Shows the first screen defined by |first_screen_name| or by default
// if the parameter is empty. Takes ownership of |screen_parameters|.
void Init(const std::string& first_screen_name,
@@ -234,9 +237,6 @@ class WizardController : public ScreenObserver {
// Launched kiosk app configured for auto-launch.
void AutoLaunchKioskApp();
- // Checks whether OOBE should start enrollment automatically.
- bool ShouldAutoStartEnrollment() const;
-
// Checks whether the user is allowed to exit enrollment.
bool CanExitEnrollment() const;
« no previous file with comments | « chrome/browser/chromeos/login/login_ui_browsertest.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698