| 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 20eff836181247f87f5fadedaf66096e797f13a2..8f4ee0a2ba39d5a160cd71f9e7df8ec7dcee7b8e 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views.cc
|
| @@ -98,12 +98,6 @@ bool AppListShower::IsAppListVisible() const {
|
| return app_list_ && app_list_->GetWidget()->IsVisible();
|
| }
|
|
|
| -void AppListShower::WarmupForProfile(Profile* profile) {
|
| - DCHECK(!profile_);
|
| - CreateViewForProfile(profile);
|
| - app_list_->Prerender();
|
| -}
|
| -
|
| bool AppListShower::HasView() const {
|
| return !!app_list_;
|
| }
|
|
|