Index: chrome/browser/chromeos/login/existing_user_controller.cc |
=================================================================== |
--- chrome/browser/chromeos/login/existing_user_controller.cc (revision 53758) |
+++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy) |
@@ -113,7 +113,7 @@ |
background_bounds_, |
&background_view_); |
- if (!WizardController::IsOobeComplete()) { |
+ if (!WizardController::IsOobeCompleted()) { |
background_view_->SetOobeProgressBarVisible(true); |
background_view_->SetOobeProgress(chromeos::BackgroundView::SIGNIN); |
} |