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 8f97b1ee5e8de4e59eb7d12704ec2e2d4060b1fe..8fbfd1de561249cc2e1158e468cdbd0fbebbd141 100644 |
--- a/chrome/browser/ui/app_list/app_list_shower.cc |
+++ b/chrome/browser/ui/app_list/app_list_shower.cc |
@@ -19,7 +19,7 @@ AppListShower::~AppListShower() { |
void AppListShower::ShowAndReacquireFocus(Profile* requested_profile) { |
ShowForProfile(requested_profile); |
- app_list_->RegainNextLostFocus(); |
+ app_list_->ReactivateOnNextFocusLoss(); |
} |
void AppListShower::ShowForProfile(Profile* requested_profile) { |