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

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

Issue 226283003: Remove single-window-metro-mode code paths for the app launcher and apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thought I deleted this already Created 6 years, 9 months 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
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).
« no previous file with comments | « chrome/browser/ui/app_list/app_list_shower.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