| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| index e731a9ac7741a9a50bb18d59fd0e33aa78234886..ec70faf4f61a22855836299cec55d1e387142d05 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| @@ -604,8 +604,8 @@ void ChromeLauncherControllerImpl::ActiveUserChanged(
|
| for (auto& controller : app_window_controllers_)
|
| controller->ActiveUserChanged(user_email);
|
| // Update the user specific shell properties from the new user profile.
|
| + // Shelf preferences are loaded in ChromeLauncherController::AttachProfile.
|
| UpdateAppLaunchersFromPref();
|
| - SetShelfBehaviorsFromPrefs();
|
| SetVirtualKeyboardBehaviorFromPrefs();
|
|
|
| // Restore the order of running, but unpinned applications for the activated
|
|
|