| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| index 1b54d346d75c276104a4171de6ef9bc51e92213c..44c6128d8a31e6284019e6412876d9b6bba8967d 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| @@ -140,7 +140,7 @@ void ChromeLauncherController::AttachProfile(Profile* profile_to_attach) {
|
| profile_, extension_misc::EXTENSION_ICON_SMALL, this);
|
| app_icon_loaders_.push_back(std::move(extension_app_icon_loader));
|
|
|
| - if (arc::ArcAuthService::IsAllowedForProfile(profile_)) {
|
| + if (arc::ArcSessionManager::IsAllowedForProfile(profile_)) {
|
| std::unique_ptr<AppIconLoader> arc_app_icon_loader =
|
| base::MakeUnique<ArcAppIconLoader>(
|
| profile_, extension_misc::EXTENSION_ICON_SMALL, this);
|
|
|