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

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

Issue 14362031: Move part of WizardController static code to StartupUtils (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fighting with whitespaces again Created 7 years, 8 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
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index df0e183d209a721ce56e69e25c82b28e38c0198f..44c126be8a55bcd06800e4d7626df42477d4e5b6 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -68,39 +68,12 @@ class WizardController : public ScreenObserver {
return skip_post_login_screens_;
}
- // Returns true if EULA has been accepted.
- static bool IsEulaAccepted();
-
- // Returns OOBE completion status.
- static bool IsOobeCompleted();
-
- // Marks EULA status as accepted.
- static void MarkEulaAccepted();
-
- // Marks OOBE process as completed.
- static void MarkOobeCompleted();
-
- // Returns device registration completion status, i.e. second part of OOBE.
- static bool IsDeviceRegistered();
-
- // Marks device registered. i.e. second part of OOBE is completed.
- static void MarkDeviceRegistered();
-
- // Returns initial locale from local settings.
- static std::string GetInitialLocale();
-
// Sets delays to zero. MUST be used only for tests.
static void SetZeroDelays();
// If true zero delays have been enabled (for browser tests).
static bool IsZeroDelayEnabled();
- // Sets initial locale in local settings.
- static void SetInitialLocale(const std::string& locale);
-
- // Registers OOBE preferences.
- static void RegisterPrefs(PrefRegistrySimple* registry);
-
// Skips any screens that may normally be shown after login (registration,
// Terms of Service, user image selection).
static void SkipPostLoginScreensForTesting();
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_display_host.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698