Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index a24453144cd8665f118d30d57ce09f4383d49c4e..5fc5e5e511b2276d626ea9f9dfd7a454728c5df7 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -502,6 +502,7 @@ void WizardController::SetCurrentScreenSmooth(WizardScreen* new_current, |
if (use_smoothing) { |
smooth_show_timer_.Start( |
+ FROM_HERE, |
base::TimeDelta::FromMilliseconds(kShowDelayMs), |
this, |
&WizardController::ShowCurrentScreen); |