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

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

Issue 10834081: Enable wallpaper boot animation for boot into sign in too. Add flag to disable it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 5 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..b83f619727cfe49a8671991ef7f232adb5685125 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 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_host.cc ('k') | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698