| Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc
|
| index 7a5f456ffc98a150b05541e4c90e5fd55e944951..3090ac3dec369ca761f9103e68cc14bb180540bf 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc
|
| @@ -828,7 +828,7 @@ void ArcAppListPrefs::AddAppAndShortcut(
|
| } else {
|
| AppInfo app_info(updated_name, package_name, activity, intent_uri,
|
| icon_resource_id, base::Time(), GetInstallTime(app_id),
|
| - sticky, notifications_enabled, true,
|
| + sticky, notifications_enabled, app_ready,
|
| launchable && arc::ShouldShowInLauncher(app_id), shortcut,
|
| launchable, orientation_lock);
|
| for (auto& observer : observer_list_)
|
|
|