| Index: chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
|
| index a43b394646275147499701d3fbfc19b89e963f9b..724ac1dd2e115239c82a69febf6c2ff3e1f1058d 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
|
| @@ -161,8 +161,8 @@ bool LauncherControllerHelper::IsValidIDForCurrentUser(
|
| DCHECK(arc_session_manager);
|
| if (!arc_session_manager->IsAllowed())
|
| return false;
|
| - if (!arc_session_manager->IsArcPlayStoreEnabled() &&
|
| - arc_session_manager->IsArcManaged())
|
| + if (!arc::IsArcPlayStoreEnabledForProfile(profile()) &&
|
| + arc::IsArcPlayStoreEnabledPreferenceManagedForProfile(profile()))
|
| return false;
|
| }
|
|
|
|
|