| 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 6f7d169012a79937fd17a8e6ecb587d326f65b23..a374a55a21675806b6b3ea7d2a6dce4e7274d2fa 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| @@ -139,7 +139,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);
|
|
|