| 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 7aba8b1fda62df0c16d9c2d035eed5ef590b1826..a9f46b7ecf9b577db83eeade7a953919b2402bd3 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -88,6 +88,9 @@ class WizardController : public ScreenObserver {
|
| // Returns initial locale from local settings.
|
| static std::string GetInitialLocale();
|
|
|
| + // Sets delays to zero. MUST be used only for browser tests.
|
| + static void SetZeroDelays();
|
| +
|
| // If true zero delays have been enabled (for browser tests).
|
| static bool IsZeroDelayEnabled();
|
|
|
| @@ -214,9 +217,6 @@ class WizardController : public ScreenObserver {
|
| // Logs in the specified user via default login screen.
|
| void Login(const std::string& username, const std::string& password);
|
|
|
| - // Sets delays to zero. MUST be used only for browser tests.
|
| - static void SetZeroDelays();
|
| -
|
| static bool skip_user_image_selection_;
|
|
|
| static bool zero_delay_enabled_;
|
|
|