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

Unified Diff: chrome/browser/chromeos/login/ui/login_display_host_impl.cc

Issue 2713553006: cros: Remove unused WizardController::Observer. (Closed)
Patch Set: Rebase Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/ui/login_display_host_impl.cc
diff --git a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
index f93c224575aa4c370af9ce24d9d0555b1a5eeb0c..17ff8227cbce6584f230d447ca09f8786147e0ff 100644
--- a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
+++ b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
@@ -539,8 +539,6 @@ void LoginDisplayHostImpl::Finalize() {
finalize_animation_type_ != ANIMATION_ADD_USER) {
ash::WmShell::Get()->wallpaper_controller()->MoveToUnlockedContainer();
}
- if (wizard_controller_.get())
- wizard_controller_->OnSessionStart();
switch (finalize_animation_type_) {
case ANIMATION_NONE:
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698