Chromium Code Reviews| 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(); |
|
xiyuan
2017/04/21 15:30:58
Not necessary since this happens on the login scre
James Cook
2017/04/21 17:30:55
Thanks for cleaning this up!
|
| controller_->SetManagerProfile(manager_profile); |
| if (view_) |