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