Chromium Code Reviews| 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(); |
|
Nikita (slow)
2013/04/19 14:37:56
Where do you think we'll move these 2 methods? Scr
Denis Kuznetsov (DE-MUC)
2013/04/19 14:49:04
Not sure now, I will have to look on their usage.
|
| // 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(); |