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

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

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 4 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_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_;
}

Powered by Google App Engine
This is Rietveld 408576698