| Index: chrome/browser/ui/app_list/app_list_shower.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_shower.cc b/chrome/browser/ui/app_list/app_list_shower.cc
|
| index 973827a4508fdd8f9cc882907b3f0d5fe154d386..0459fb69481d244ca1cd9e8edd3611e591cab65b 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_shower.cc
|
| @@ -19,11 +19,6 @@ AppListShower::AppListShower(scoped_ptr<AppListFactory> factory,
|
| AppListShower::~AppListShower() {
|
| }
|
|
|
| -void AppListShower::ShowAndReacquireFocus(Profile* requested_profile) {
|
| - ShowForProfile(requested_profile);
|
| - app_list_->ReactivateOnNextFocusLoss();
|
| -}
|
| -
|
| void AppListShower::ShowForProfile(Profile* requested_profile) {
|
| // If the app list is already displaying |profile| just activate it (in case
|
| // we have lost focus).
|
|
|