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 6407e2f512fa0f0045a270b38bf4118fc59d41f1..7aba8b1fda62df0c16d9c2d035eed5ef590b1826 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(); |
+ // 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); |
@@ -216,6 +219,8 @@ class WizardController : public ScreenObserver { |
static bool skip_user_image_selection_; |
+ static bool zero_delay_enabled_; |
+ |
// Screens. |
scoped_ptr<NetworkScreen> network_screen_; |
scoped_ptr<UpdateScreen> update_screen_; |