| Index: chrome/browser/ui/app_list/app_list_shower_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_shower_views.cc b/chrome/browser/ui/app_list/app_list_shower_views.cc
|
| index 4bec5fd12d73c7db6c3ba5f148203f1ff20c525c..20f5acbabeef54063cffafea05812f833efcf9c1 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views.cc
|
| @@ -30,7 +30,8 @@ AppListShower::~AppListShower() {
|
|
|
| void AppListShower::ShowForCurrentProfile() {
|
| DCHECK(HasView());
|
| - keep_alive_.reset(new ScopedKeepAlive(KeepAliveOrigin::APP_LIST_SHOWER));
|
| + keep_alive_.reset(new ScopedKeepAlive(KeepAliveOrigin::APP_LIST_SHOWER,
|
| + KeepAliveRestartOption::DISABLED));
|
|
|
| // If the app list is already displaying |profile| just activate it (in case
|
| // we have lost focus).
|
|
|