| Index: chrome/browser/ui/app_list/app_list_service_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| index 896735ab63b1611bed70b259caa8e5498a91d2af..6c42025f903429f50eef22c6b3ca7e4497b67efa 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| @@ -117,7 +117,8 @@ void AppListServiceViews::ShowForProfileInternal(
|
| app_list::AppListModel::State state) {
|
| DCHECK(profile);
|
|
|
| - ScopedKeepAlive keep_alive(keep_alive::Origin::APP_LIST_SERVICE_VIEWS);
|
| + ScopedKeepAlive keep_alive(keep_alive::Origin::APP_LIST_SERVICE_VIEWS,
|
| + keep_alive::RestartOption::DISABLED);
|
|
|
| CreateForProfile(profile);
|
|
|
|
|