Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: chrome/browser/ui/app_list/app_list_shower.cc

Issue 59063009: ActivationTrackerWin: General refactor, renaming and clarification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small cleanup. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/app_list/app_list.h ('k') | chrome/browser/ui/app_list/test/app_list_shower_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/ui/app_list/app_list.h ('k') | chrome/browser/ui/app_list/test/app_list_shower_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698