| Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc
|
| index 4c494a92e4fe27d632ec4698d01125ceb8f16c75..f2ed96360680139397c09c720dc499ad04d2ba73 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc
|
| @@ -7,7 +7,6 @@
|
| #include <utility>
|
|
|
| #include "ash/shell.h"
|
| -#include "ash/wallpaper/wallpaper_controller.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/rand_util.h"
|
| #include "base/values.h"
|
| @@ -363,9 +362,6 @@ void SupervisedUserCreationScreen::OnManagerFullyAuthenticated(
|
| ->NotifySupervisedUserCreationStarted();
|
| manager_signin_in_progress_ = false;
|
| DCHECK(controller_.get());
|
| - // For manager user, move wallpaper to locked container so that windows
|
| - // created during the user image picker step are below it.
|
| - ash::Shell::Get()->wallpaper_controller()->MoveToLockedContainer();
|
|
|
| controller_->SetManagerProfile(manager_profile);
|
| if (view_)
|
|
|