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

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

Issue 10832019: Speed up custom wallpaper switching time and wallpaper manager code refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 8 years, 4 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 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_;
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_display.cc ('k') | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698